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