1 write to knownTypeList
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (1)
591this.knownTypeList = new List<Type>();
8 references to knownTypeList
System.Private.DataContractSerialization (8)
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (6)
121knownTypeList != null ? 122new ReadOnlyCollection<Type>(knownTypeList) : 133if (this.knownDataContracts == null && this.knownTypeList != null) 139this.knownDataContracts = XmlObjectSerializerContext.GetDataContractsForKnownTypes(this.knownTypeList); 568this.knownTypeList!.Add(itemType); 594this.knownTypeList.Add(knownType);
System\Runtime\Serialization\Json\XmlObjectSerializerReadContextComplexJson.cs (1)
27this.serializerKnownTypeList = serializer.knownTypeList;
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
34this.serializerKnownTypeList = serializer.knownTypeList;