Searched refs:IsSynthetic (Results 1 – 5 of 5) sorted by relevance
63 IsSynthetic = firstFieldInOneof?.Proto3Optional ?? false; in OneofDescriptor()96 public bool IsSynthetic { get; } property in Google.Protobuf.Reflection.OneofDescriptor171 if (IsSynthetic) in CreateAccessor()
86 if (oneof.IsSynthetic) in MessageDescriptor()
65 …public OneofDescriptor RealContainingOneof => ContainingOneof?.IsSynthetic == false ? ContainingOn…
327 Assert.IsFalse(descriptor.IsSynthetic); in OneofDescriptor()400 Assert.IsTrue(field.ContainingOneof.IsSynthetic); in Proto3OptionalDescriptors()413 Assert.True(oneof.IsSynthetic); in SyntheticOneofReflection()422 Assert.False(oneof.IsSynthetic); in SyntheticOneofReflection()432 Assert.False(oneof.IsSynthetic); in SyntheticOneofReflection()
150 Assert.True(descriptor.Oneofs[0].IsSynthetic); in MixedFields()