1 write to InterfaceIDToComProxy
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
20
InterfaceIDToComProxy
= new Dictionary<Guid, ComProxy>();
4 references to InterfaceIDToComProxy
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ProxyManager.cs (4)
36
IEnumerator<KeyValuePair<Guid, ComProxy>> enumeratorInterfaces =
InterfaceIDToComProxy
.GetEnumerator();
46
InterfaceIDToComProxy
.Clear();
82
InterfaceIDToComProxy
.TryGetValue(riid, out comProxy);
89
InterfaceIDToComProxy
[riid] = comProxy;