5 references to StringToHGlobalUni
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
88
Marshal.
StringToHGlobalUni
(path),
Microsoft.VisualStudio.LanguageServices.CSharp (1)
ProjectSystemShim\CSharpProjectShim.ICSharpProjectSite.cs (1)
161
_startupClasses = [.. entryPointNames.Select(Marshal.
StringToHGlobalUni
)];
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeNode.cs (2)
1841
tvis.item.pszText = (char*)Marshal.
StringToHGlobalUni
(_text);
2145
item.pszText = (char*)Marshal.
StringToHGlobalUni
(_text);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
561
SetClipboardData((uint)CLIPBOARD_FORMAT.CF_UNICODETEXT, (HANDLE)Marshal.
StringToHGlobalUni
(testString));