17 references to ContractName
System.ServiceModel (14)
System\ServiceModel\Description\ServiceMetadataBehavior.cs (2)
353if (endpointDispatcher.ContractName == ServiceMetadataBehavior.MexContractName 379if (endpointDispatcher.ContractName == ServiceMetadataExtension.HttpGetImpl.ContractName
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (4)
730if (!namesSeen.Contains(ed.ContractName)) 739endpointContractNames.Append(ed.ContractName); 742namesSeen.Add(ed.ContractName); 917{ "ContractName", endpoint.ContractName },
System\ServiceModel\Dispatcher\ClientRuntime.cs (1)
70: this(dispatchRuntime.EndpointDispatcher.ContractName,
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
77this.contractName = baseEndpoint.ContractName;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (6)
909rpc.Channel.DispatchRuntime.EndpointDispatcher.ContractName, 1033rpc.Channel.DispatchRuntime.EndpointDispatcher.ContractName, 1067rpc.Channel.DispatchRuntime.EndpointDispatcher.ContractName, 1101rpc.Channel.DispatchRuntime.EndpointDispatcher.ContractName, 1135rpc.Channel.DispatchRuntime.EndpointDispatcher.ContractName, 1172rpc.Channel.DispatchRuntime.EndpointDispatcher.ContractName,
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\EndpointDiscoveryMetadata.cs (1)
301IsDiscoveryContract(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
162ServiceEndpoint serviceEndPoint = serviceDescription.Endpoints.Find(new XmlQualifiedName(endpointDispatcher.ContractName, endpointDispatcher.ContractNamespace));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
289ServiceEndpoint serviceEndPoint = description.Endpoints.Find(new XmlQualifiedName(endPointDispatcher.ContractName, endPointDispatcher.ContractNamespace));