5 references to StringToHGlobalUni
Microsoft.DotNet.SignCheckLibrary (1)
Verification\AuthentiCode.cs (1)
88Marshal.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)
1841tvis.item.pszText = (char*)Marshal.StringToHGlobalUni(_text); 2145item.pszText = (char*)Marshal.StringToHGlobalUni(_text);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ClipboardTests.cs (1)
561SetClipboardData((uint)CLIPBOARD_FORMAT.CF_UNICODETEXT, (HANDLE)Marshal.StringToHGlobalUni(testString));