1 write to knownTypes
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
98knownTypes = new List<Type>();
4 references to knownTypes
System.ServiceModel (4)
System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
97if (knownTypes == null) 102knownTypes.Add(type); 164PartInfo partInfo = new PartInfo(part, AddToDictionary(part.Name), AddToDictionary(ns), knownTypes, serializerFactory); 353XmlObjectSerializer serializerLocal = serializerFactory.CreateSerializer(dataContractType, headerDescription.Name, headerDescription.Namespace, this.knownTypes);