1 write to typeOfXmlFormatCollectionReaderDelegate
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
333
typeOfXmlFormatCollectionReaderDelegate
= typeof(XmlFormatCollectionReaderDelegate);
2 references to typeOfXmlFormatCollectionReaderDelegate
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
332
if (
typeOfXmlFormatCollectionReaderDelegate
== null)
334
return
typeOfXmlFormatCollectionReaderDelegate
;