1 write to errorStrings
System.ServiceModel (1)
System\ServiceModel\Channels\Msmq.cs (1)
117errorStrings = 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)
110if (null == errorStrings) 114if (null == errorStrings) 121return errorStrings;