1 write to typeOfCollectionDataNode
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
791
typeOfCollectionDataNode
= typeof(CollectionDataNode);
2 references to typeOfCollectionDataNode
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
790
if (
typeOfCollectionDataNode
== null)
792
return
typeOfCollectionDataNode
;