Home
last modified time | relevance | path

Searched refs:ClrType (Results 1 – 8 of 8) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DMessageDescriptor.cs74 ClrType = generatedCodeInfo?.ClrType; in MessageDescriptor()
162 extensionSetIsInitialized = ReflectionUtil.CreateIsInitializedCaller(ClrType); in IsExtensionsInitialized()
185 public Type ClrType { get; } property in Google.Protobuf.Reflection.MessageDescriptor
DGeneratedClrTypeInfo.cs50 public Type ClrType { get; private set; } property in Google.Protobuf.Reflection.GeneratedClrTypeInfo
95 ClrType = clrType; in GeneratedClrTypeInfo()
DOneofDescriptor.cs177 var caseProperty = containingType.ClrType.GetProperty(clrName + "Case"); in CreateAccessor()
186 var clearMethod = containingType.ClrType.GetMethod("Clear" + clrName); in CreateAccessor()
DEnumDescriptor.cs90 public Type ClrType { get { return clrType; } } property in Google.Protobuf.Reflection.EnumDescriptor
DFieldDescriptor.cs444 var property = ContainingType.ClrType.GetProperty(propertyName); in CreateAccessor()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs66 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in FileDescriptor()
234 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/
DDescriptorsTest.cs163 Assert.AreSame(typeof(TestAllTypes), messageType.ClrType); in MessageDescriptorFromGeneratedCodeFileDescriptor()
351 Assert.IsNull(descriptor.ClrType); in MapEntryMessageDescriptor()
/third_party/protobuf/csharp/src/Google.Protobuf/
DJsonParser.cs67 …lValueDescriptor = StructReflection.Descriptor.EnumTypes.Single(ed => ed.ClrType == typeof(NullVal…