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