1 write to knownTypes
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
42this.knownTypes = knownTypes;
3 references to knownTypes
System.ServiceModel (3)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (3)
53internal IList<Type> KnownTypes { get { return this.knownTypes; } } 63this.serializer = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, int.MaxValue /* maxItemsInObjectGraph */); 67this.serializer = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, this.elementName, this.ns == null ? string.Empty : this.ns, int.MaxValue /* maxItemsInObjectGraph */);