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