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