aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/Reflection
diff options
context:
space:
mode:
authorJon Skeet <skeet@pobox.com>2015-07-30 13:35:55 +0100
committerJon Skeet <skeet@pobox.com>2015-07-30 13:35:55 +0100
commit7909b2edeb19affdf3f96a0b13a8098f28860c3c (patch)
tree7b2d1c5a0d8c8176d52b9d810eebfcf88dadcd08 /csharp/src/Google.Protobuf/Reflection
parent7a0effb9e956ee5509d99a33f7d8fb52a9636871 (diff)
parentdea15a7ca474dde957f7c4826e517fbaa0c983d3 (diff)
downloadprotobuf-7909b2edeb19affdf3f96a0b13a8098f28860c3c.tar.gz
protobuf-7909b2edeb19affdf3f96a0b13a8098f28860c3c.tar.bz2
protobuf-7909b2edeb19affdf3f96a0b13a8098f28860c3c.zip
Merge pull request #659 from jskeet/fix-frozen
Remove a few hangers-on from frozenness.
Diffstat (limited to 'csharp/src/Google.Protobuf/Reflection')
-rw-r--r--csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs66
1 files changed, 0 insertions, 66 deletions
diff --git a/csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs b/csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
index 6f55f5ab..213863e2 100644
--- a/csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
+++ b/csharp/src/Google.Protobuf/Reflection/DescriptorProtoFile.cs
@@ -173,9 +173,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public FileDescriptorSet() {
OnConstruction();
}
@@ -274,9 +271,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public FileDescriptorProto() {
OnConstruction();
}
@@ -627,9 +621,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public DescriptorProto() {
OnConstruction();
}
@@ -913,9 +904,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public ExtensionRange() {
OnConstruction();
}
@@ -1048,9 +1036,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public ReservedRange() {
OnConstruction();
}
@@ -1188,9 +1173,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public FieldDescriptorProto() {
OnConstruction();
}
@@ -1544,9 +1526,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public OneofDescriptorProto() {
OnConstruction();
}
@@ -1653,9 +1632,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public EnumDescriptorProto() {
OnConstruction();
}
@@ -1812,9 +1788,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public EnumValueDescriptorProto() {
OnConstruction();
}
@@ -1979,9 +1952,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public ServiceDescriptorProto() {
OnConstruction();
}
@@ -2138,9 +2108,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public MethodDescriptorProto() {
OnConstruction();
}
@@ -2383,9 +2350,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public FileOptions() {
OnConstruction();
}
@@ -2860,9 +2824,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public MessageOptions() {
OnConstruction();
}
@@ -3065,9 +3026,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public FieldOptions() {
OnConstruction();
}
@@ -3340,9 +3298,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public EnumOptions() {
OnConstruction();
}
@@ -3493,9 +3448,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public EnumValueOptions() {
OnConstruction();
}
@@ -3620,9 +3572,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public ServiceOptions() {
OnConstruction();
}
@@ -3747,9 +3696,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public MethodOptions() {
OnConstruction();
}
@@ -3874,9 +3820,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public UninterpretedOption() {
OnConstruction();
}
@@ -4132,9 +4075,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public NamePart() {
OnConstruction();
}
@@ -4272,9 +4212,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public SourceCodeInfo() {
OnConstruction();
}
@@ -4374,9 +4311,6 @@ namespace Google.Protobuf.Reflection {
get { return Descriptor; }
}
- private bool _frozen = false;
- public bool IsFrozen { get { return _frozen; } }
-
public Location() {
OnConstruction();
}