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