3 references to WindowsCreateString
mscorlib (3)
system\runtime\interopservices\windowsruntime\windowsruntimemarshal.cs (1)
1310
int hrCreate = UnsafeNativeMethods.
WindowsCreateString
(s, s.Length, &hstring);
system\stubhelpers.cs (2)
555
int hrCreate = System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.
WindowsCreateString
(managed, managed.Length, &hstring);
1446
int hrCreate = System.Runtime.InteropServices.WindowsRuntime.UnsafeNativeMethods.
WindowsCreateString
(typeName, typeName.Length, &pNativeType->typeName);