2 writes to contractNamespace
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (2)
48this.contractNamespace = contractNamespace; 78this.contractNamespace = baseEndpoint.ContractNamespace;
1 reference to contractNamespace
System.ServiceModel (1)
System\ServiceModel\Dispatcher\EndpointDispatcher.cs (1)
137get { return this.contractNamespace; }