4 references to ContractName
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelDispatcher.cs (3)
512
if (!namesSeen.Contains(ed.
ContractName
))
521
endpointContractNames.Append(ed.
ContractName
);
524
namesSeen.Add(ed.
ContractName
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
70
: this(dispatchRuntime.EndpointDispatcher.
ContractName
,