1 write to typeOfXmlFormatClassReaderDelegate
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
320
typeOfXmlFormatClassReaderDelegate
= typeof(XmlFormatClassReaderDelegate);
2 references to typeOfXmlFormatClassReaderDelegate
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
319
if (
typeOfXmlFormatClassReaderDelegate
== null)
321
return
typeOfXmlFormatClassReaderDelegate
;