1 write to knownTypes
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (1)
69this.knownTypes = tmp.AsReadOnly();
5 references to knownTypes
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\SingleBodyParameterDataContractMessageFormatter.cs (5)
70ValidateType(this.parameterDataContractType, surrogate, this.knownTypes); 131typeForSerializer = GetTypeForSerializer(type, this.parameterDataContractType, this.knownTypes); 209foreach (Type knownType in this.knownTypes) 220return new DataContractJsonSerializer(type, this.knownTypes, this.maxItemsInObjectGraph, this.ignoreExtensionData, this.surrogate, false); 224return new DataContractSerializer(type, this.knownTypes, this.maxItemsInObjectGraph, this.ignoreExtensionData, false, this.surrogate);