3 references to KnownContracts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
89
return importer.
KnownContracts
.ContainsValue(endpointContext.Endpoint.Contract);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
228
if (!this.
KnownContracts
.ContainsKey(WsdlExporter.WsdlNamingHelper.GetPortTypeQName(contract)))
647
if (this.
KnownContracts
.TryGetValue(contractQName, out existingContract))