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