4 writes to Contract
System.ServiceModel (3)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (2)
36this.Contract = contractType; 69this.Contract = source.Contract;
System\ServiceModel\Configuration\ServiceMetadataEndpointElement.cs (1)
36channelEndpointElement.Contract = ServiceMetadataBehavior.MexContractName;
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1029endpoint.Contract = ReplaceNamespace(proxyNamespaceHead, configNamespaceHead, endpoint.Contract);
12 references to Contract
System.ServiceModel (7)
System\ServiceModel\Configuration\ChannelEndpointElement.cs (1)
69this.Contract = source.Contract;
System\ServiceModel\Configuration\ChannelEndpointElementCollection.cs (1)
29configElementKey.Contract,
System\ServiceModel\Configuration\ClientSection.cs (1)
78if (string.IsNullOrEmpty(endpoint.Contract))
System\ServiceModel\Description\ConfigLoader.cs (3)
1278return channelElement.Contract == contract.ConfigurationName; 1287(string.IsNullOrEmpty(channelElement.Contract) || contract.ConfigurationName == channelElement.Contract))
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
204if (endpoint.Name == name && endpoint.Contract == ServiceMetadataBehavior.MexContractName)
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Configuration\AnnouncementEndpointElement.cs (1)
110if (!String.IsNullOrEmpty(channelEndpointElement.Contract))
System\ServiceModel\Discovery\Configuration\DiscoveryEndpointElement.cs (1)
134if (!String.IsNullOrEmpty(channelEndpointElement.Contract))
System\ServiceModel\Discovery\Configuration\DynamicEndpointElement.cs (1)
67if (string.IsNullOrEmpty(channelEndpointElement.Contract))
System.Web.Extensions (1)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1029endpoint.Contract = ReplaceNamespace(proxyNamespaceHead, configNamespaceHead, endpoint.Contract);
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManagerHelpers.cs (1)
240if ((!wildcard && (element.Name != endpointName)) || (element.Contract != contractType.FullName))