9 references to
System.ServiceModel (7)
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
175operation = serviceChannelFactory.ClientRuntime.Operations[opDesc.Name];
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
169operation = serviceChannelFactory.ClientRuntime.Operations[opDesc.Name];
System\ServiceModel\Description\DispatcherBuilder.cs (3)
563Uri baseAddress = serviceHost.InternalBaseAddresses[scheme]; 1093ClientOperation proxyOperation = proxy.Operations[operation.Name]; 1112dispatchOperation = dispatch.Operations[operation.Name];
System\ServiceModel\ServiceHost.cs (2)
740via = GetUri(baseAddresses[scheme], address); 1010AuthenticationSchemes hostSupportedAuthenticationSchemes = AspNetEnvironment.Current.GetAuthenticationSchemes(this.baseAddresses[serviceEndpoint.ListenUri.Scheme]);
System.ServiceModel.Web (2)
System\ServiceModel\Description\WebHttpBehavior.cs (2)
128ClientOperation cop = clientRuntime.Operations[od.Name]; 246dop = endpointDispatcher.DispatchRuntime.Operations[od.Name];