1 write to s_serializeReadOnlyTypesProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1052
s_serializeReadOnlyTypesProperty
= typeof(XmlObjectSerializerWriteContext).GetProperty("SerializeReadOnlyTypes", Globals.ScanAllMembers);
3 references to s_serializeReadOnlyTypesProperty
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (3)
1050
if (
s_serializeReadOnlyTypesProperty
== null)
1053
Debug.Assert(
s_serializeReadOnlyTypesProperty
!= null);
1055
return
s_serializeReadOnlyTypesProperty
;