1 instantiation of WCFServiceClientProxyGenerator
System.ServiceModel.Web (1)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (1)
158WCFServiceClientProxyGenerator proxyGenerator = new WCFServiceClientProxyGenerator(path, debugMode, serviceEndpoint);
2 references to WCFServiceClientProxyGenerator
System.ServiceModel.Web (2)
System\ServiceModel\Description\WCFServiceClientProxyGenerator.cs (1)
158WCFServiceClientProxyGenerator proxyGenerator = new WCFServiceClientProxyGenerator(path, debugMode, serviceEndpoint);
System\ServiceModel\Description\WebScriptClientGenerator.cs (1)
48proxy = WCFServiceClientProxyGenerator.GetClientProxyScript(this.endpoint.Contract.ContractType, baseUri.AbsoluteUri, this.debugMode, endpoint);