1 write to errorStrings
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq.cs (1)
117
errorStrings
= UnsafeNativeMethods.LoadLibraryEx("MQUTIL.DLL", IntPtr.Zero, UnsafeNativeMethods.LOAD_LIBRARY_AS_DATAFILE | UnsafeNativeMethods.LOAD_LIBRARY_SEARCH_SYSTEM32);
3 references to errorStrings
System.ServiceModel (3)
System\ServiceModel\Channels\Msmq.cs (3)
110
if (null ==
errorStrings
)
114
if (null ==
errorStrings
)
121
return
errorStrings
;