3 instantiations of ComProxy
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComProxy.cs (2)
28
return new
ComProxy
(inner, disp);
76
return new
ComProxy
(inner, null);
System\ServiceModel\ComIntegration\DispatchProxy.cs (1)
49
comProxy = new
ComProxy
(inner, proxy);
31 references to ComProxy
System.ServiceModel (31)
System\ServiceModel\ComIntegration\ChannelCredentials.cs (3)
29
internal static
ComProxy
Create(IntPtr outer, IProvideChannelBuilderSettings channelBuilderSettings)
37
ComProxy
proxy = null;
41
proxy =
ComProxy
.Create(outer, ChannelCredentials, ChannelCredentials);
System\ServiceModel\ComIntegration\ChannelOptions.cs (3)
20
internal static
ComProxy
Create(IntPtr outer, IProvideChannelBuilderSettings channelBuilderSettings)
28
ComProxy
proxy = null;
32
proxy =
ComProxy
.Create(outer, channelOptions, channelOptions);
System\ServiceModel\ComIntegration\ComProxy.cs (2)
15
internal static
ComProxy
Create(IntPtr outer, object obj, IDisposable disp)
69
public
ComProxy
Clone()
System\ServiceModel\ComIntegration\DispatchProxy.cs (2)
40
internal static
ComProxy
Create(IntPtr outer, ContractDescription contract, IProvideChannelBuilderSettings channelBuilderSettings)
44
ComProxy
comProxy = null;
System\ServiceModel\ComIntegration\IProxyCreator.cs (1)
14
ComProxy
CreateProxy (IntPtr outer, ref Guid riid);
System\ServiceModel\ComIntegration\MexServiceChannelBuilder.cs (1)
501
ComProxy
IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
System\ServiceModel\ComIntegration\MonikerBuilder.cs (3)
13
ComProxy
comProxy;
23
ComProxy
IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
38
comProxy =
ComProxy
.Create(outer, moniker, moniker);
System\ServiceModel\ComIntegration\ProxyManager.cs (9)
14
Dictionary<Guid,
ComProxy
> InterfaceIDToComProxy;
20
InterfaceIDToComProxy = new Dictionary<Guid,
ComProxy
>();
36
IEnumerator<KeyValuePair<Guid,
ComProxy
>> enumeratorInterfaces = InterfaceIDToComProxy.GetEnumerator();
39
KeyValuePair<Guid,
ComProxy
> current = enumeratorInterfaces.Current;
53
ComProxy
CreateServiceChannel(IntPtr outerProxy, ref Guid riid)
58
ComProxy
GenerateIntrinsic(IntPtr outerProxy, ref Guid riid)
77
void FindOrCreateProxyInternal(IntPtr outerProxy, ref Guid riid, out
ComProxy
comProxy)
103
ComProxy
comProxy = null;
158
ComProxy
comProxy = null;
System\ServiceModel\ComIntegration\TransactionProxy.cs (3)
16
ComProxy
comProxy = null;
28
ComProxy
IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
40
comProxy =
ComProxy
.Create(outer, txProxy, null);
System\ServiceModel\ComIntegration\TypedServiceChannelBuilder.cs (3)
292
ComProxy
IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)
307
ComProxy
comProxy = null;
312
comProxy =
ComProxy
.Create(outer, tearoffProxy.GetTransparentProxy(), tearoffProxy);
System\ServiceModel\ComIntegration\WsdlServiceChannelBuilder.cs (1)
341
ComProxy
IProxyCreator.CreateProxy(IntPtr outer, ref Guid riid)