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