11 references to UnsafeNativeMethods
mscorlib (11)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (6)
1065char* rawBuffer = UnsafeNativeMethods.WindowsGetStringRawBuffer(hstring, &length); 1106return UnsafeNativeMethods.RoOriginateLanguageException(error, message, languageException); 1124UnsafeNativeMethods.RoReportUnhandledError(error); 1177IRestrictedErrorInfo restrictedError = UnsafeNativeMethods.GetRestrictedErrorInfo(); 1310int hrCreate = UnsafeNativeMethods.WindowsCreateString(s, s.Length, &hstring); 1335UnsafeNativeMethods.WindowsDeleteString(ptr);
system\stubhelpers.cs (5)
555int hrCreate = System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsCreateString(managed, managed.Length, &hstring); 580int hrCreate = System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsCreateStringReference(pManaged, managed.Length, hstringHeader, &hstring); 604System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsDeleteString(hstring); 1446int hrCreate = System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsCreateString(typeName, typeName.Length, &pNativeType->typeName); 1487System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.WindowsDeleteString(pNativeType->typeName);