1 write to knownTypeList
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
543this.knownTypeList = new List<Type>();
8 references to knownTypeList
System.Runtime.Serialization (8)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (6)
130if (knownTypeList != null) 132knownTypeCollection = new ReadOnlyCollection<Type>(knownTypeList); 147if (this.knownDataContracts == null && this.knownTypeList != null) 153this.knownDataContracts = XmlObjectSerializerContext.GetDataContractsForKnownTypes(this.knownTypeList); 523this.knownTypeList.Add(itemType); 546this.knownTypeList.Add(knownType);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
31this.serializerKnownTypeList = serializer.knownTypeList;
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
29this.serializerKnownTypeList = serializer.knownTypeList;