1 write to s_typeOfXmlFormatClassReaderDelegate
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
301
s_typeOfXmlFormatClassReaderDelegate
= typeof(XmlFormatClassReaderDelegate);
2 references to s_typeOfXmlFormatClassReaderDelegate
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
300
if (
s_typeOfXmlFormatClassReaderDelegate
== null)
302
return
s_typeOfXmlFormatClassReaderDelegate
;