1 write to s_serializeReadOnlyTypesProperty
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlFormatGeneratorStatics.cs (1)
1052s_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)
1050if (s_serializeReadOnlyTypesProperty == null) 1053Debug.Assert(s_serializeReadOnlyTypesProperty != null); 1055return s_serializeReadOnlyTypesProperty;