1 write to s_typeOfXmlFormatClassWriterDelegate
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (1)
275
s_typeOfXmlFormatClassWriterDelegate
= typeof(XmlFormatClassWriterDelegate);
2 references to s_typeOfXmlFormatClassWriterDelegate
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\Globals.cs (2)
274
if (
s_typeOfXmlFormatClassWriterDelegate
== null)
276
return
s_typeOfXmlFormatClassWriterDelegate
;