1 write to typeOfICollection
System.Runtime.Serialization (1)
System\Runtime\Serialization\Globals.cs (1)
908typeOfICollection = typeof(ICollection);
2 references to typeOfICollection
System.Runtime.Serialization (2)
System\Runtime\Serialization\Globals.cs (2)
907if (typeOfICollection == null) 909return typeOfICollection;