11 references to KnownTypes
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
140child.FaultContractInfos.Add(new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes)); 166child.FaultContractInfos.Add(new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, operation.KnownTypes));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (6)
337operationDescription.KnownTypes.Add(knownType); 350operationDescription.KnownTypes.Add(knownType); 990operationDescription.KnownTypes.Add(knownType); 1668if (_asyncOperation.KnownTypes.Count != 0) 1788if (_taskOperation.KnownTypes.Count != 0) 1909if (_asyncOperation.KnownTypes.Count != 0)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (2)
341foreach (Type knownType in Operation.KnownTypes) 376FaultContractInfo faultContractInfo = new FaultContractInfo(fault.Action, fault.DetailType, fault.ElementName, fault.Namespace, this.Operation.KnownTypes);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DataContractSerializerOperationFormatter.cs (1)
81foreach (Type type in description.KnownTypes)