3 writes to monikerSupportLibrary
System.ServiceModel (3)
System\ServiceModel\ComIntegration\OuterProxyWrapper.cs (3)
30monikerSupportLibrary = null; 39monikerSupportLibrary = null; 59monikerSupportLibrary = tempLibrary;
7 references to monikerSupportLibrary
System.ServiceModel (7)
System\ServiceModel\ComIntegration\OuterProxyWrapper.cs (7)
36if (null != monikerSupportLibrary) 38monikerSupportLibrary.Close(); 46if (null == monikerSupportLibrary) 50if (null == monikerSupportLibrary) 60if (monikerSupportLibrary.IsInvalid) 62monikerSupportLibrary.SetHandleAsInvalid(); 78IntPtr procaddr = UnsafeNativeMethods.GetProcAddress(monikerSupportLibrary, functionName);