1 write to _knownTypeList
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContractSerializer.cs (1)
130_knownTypeList = new List<Type>();
6 references to _knownTypeList
System.Private.DataContractSerialization (6)
System\Runtime\Serialization\DataContractSerializer.cs (5)
133_knownTypeList.Add(knownType); 167_knownTypeList != null ? 168new ReadOnlyCollection<Type>(_knownTypeList) : 179if (_knownDataContracts == null && _knownTypeList != null) 185_knownDataContracts = XmlObjectSerializerContext.GetDataContractsForKnownTypes(_knownTypeList);
System\Runtime\Serialization\XmlObjectSerializerContext.cs (1)
59this.serializerKnownTypeList = serializer._knownTypeList;