6 references to string
Microsoft.VisualStudio.LanguageServices (1)
Utilities\ClipboardHelpers.cs (1)
119
stringData = new
string
((sbyte*)ptr);
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
40
return new
string
((sbyte*)ptr);
src\System\StubHelpers.cs (2)
129
return new
string
((sbyte*)cstr);
469
return new
string
((sbyte*)bstr);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
2484
new
string
(pChar).Should().Be("text");
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
659
text = new
string
((sbyte*)globalMem);