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