1 write to _knownTypes
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
84
_knownTypes
= new List<Type>();
4 references to _knownTypes
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (4)
83
if (
_knownTypes
== null)
88
_knownTypes
.Add(type);
139
PartInfo partInfo = new PartInfo(part, AddToDictionary(part.Name), AddToDictionary(ns),
_knownTypes
, serializerFactory);
328
XmlObjectSerializer serializerLocal = _serializerFactory.CreateSerializer(dataContractType, headerDescription.Name, headerDescription.Namespace,
_knownTypes
);