2 writes to proxyCreator
System.ServiceModel (2)
System\ServiceModel\ComIntegration\ProxyManager.cs (2)
19
this.
proxyCreator
= proxyCreator;
49
proxyCreator
= null;
7 references to proxyCreator
System.ServiceModel (7)
System\ServiceModel\ComIntegration\ProxyManager.cs (7)
47
proxyCreator
.Dispose();
55
return
proxyCreator
.CreateProxy(outerProxy, ref riid);
60
if (
proxyCreator
.SupportsIntrinsics())
63
return ChannelOptions.Create(outerProxy,
proxyCreator
as IProvideChannelBuilderSettings);
65
return ChannelCredentials.Create(outerProxy,
proxyCreator
as IProvideChannelBuilderSettings);
125
return
proxyCreator
.SupportsErrorInfo(ref riid) ? HR.S_OK : HR.S_FALSE;
195
if (
proxyCreator
.SupportsDispatch())