2 writes to knownTypeCollection
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (2)
132
knownTypeCollection
= new ReadOnlyCollection<Type>(knownTypeList);
136
knownTypeCollection
= new ReadOnlyCollection<Type>(Globals.EmptyTypeArray);
2 references to knownTypeCollection
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (2)
128
if (
knownTypeCollection
== null)
139
return
knownTypeCollection
;