8 references to string
Microsoft.VisualStudio.LanguageServices (1)
Utilities\ClipboardHelpers.cs (1)
119stringData = new string((sbyte*)ptr);
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetUnixVersion.cs (1)
44return new string((sbyte*)ptr);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
40return new string((sbyte*)ptr);
src\System\StubHelpers.cs (2)
127return new string((sbyte*)cstr); 435return new string((sbyte*)bstr);
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
177stringData = unicode ? new string((char*)buffer) : new string((sbyte*)buffer);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
2484new string(pChar).Should().Be("text");
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
659text = new string((sbyte*)globalMem);