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