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