Changing reflection namespace (part 4)

Update code already within Google.Protobuf.Reflection which was importing Google.Protobuf.DescriptorProtos
pull/593/head
Jon Skeet 10 years ago
parent 9c888fa3a2
commit 1660c5631e
  1. 1
      csharp/src/ProtocolBuffers/Reflection/EnumDescriptor.cs
  2. 2
      csharp/src/ProtocolBuffers/Reflection/EnumValueDescriptor.cs
  3. 1
      csharp/src/ProtocolBuffers/Reflection/FieldDescriptor.cs
  4. 2
      csharp/src/ProtocolBuffers/Reflection/FileDescriptor.cs
  5. 1
      csharp/src/ProtocolBuffers/Reflection/MessageDescriptor.cs
  6. 2
      csharp/src/ProtocolBuffers/Reflection/MethodDescriptor.cs
  7. 1
      csharp/src/ProtocolBuffers/Reflection/OneofDescriptor.cs
  8. 1
      csharp/src/ProtocolBuffers/Reflection/ServiceDescriptor.cs

@ -31,7 +31,6 @@
#endregion
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{

@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
/// <summary>

@ -31,7 +31,6 @@
#endregion
using System;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{

@ -33,8 +33,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Google.Protobuf.DescriptorProtos;
using FileOptions = Google.Protobuf.DescriptorProtos.FileOptions;
namespace Google.Protobuf.Reflection
{

@ -32,7 +32,6 @@
using System;
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{

@ -30,8 +30,6 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#endregion
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{
/// <summary>

@ -32,7 +32,6 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{

@ -32,7 +32,6 @@
using System;
using System.Collections.Generic;
using Google.Protobuf.DescriptorProtos;
namespace Google.Protobuf.Reflection
{

Loading…
Cancel
Save