1 write to typeOfXmlFormatClassWriterDelegate
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
294
typeOfXmlFormatClassWriterDelegate
= typeof(XmlFormatClassWriterDelegate);
2 references to typeOfXmlFormatClassWriterDelegate
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
293
if (
typeOfXmlFormatClassWriterDelegate
== null)
295
return
typeOfXmlFormatClassWriterDelegate
;