1 write to s_serializeReadOnlyTypesProperty
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1061s_serializeReadOnlyTypesProperty = typeof(XmlObjectSerializerWriteContext).GetProperty("SerializeReadOnlyTypes", Globals.ScanAllMembers);
3 references to s_serializeReadOnlyTypesProperty
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
1059if (s_serializeReadOnlyTypesProperty == null) 1062Debug.Assert(s_serializeReadOnlyTypesProperty != null); 1064return s_serializeReadOnlyTypesProperty;