8 references to string
Microsoft.VisualStudio.LanguageServices (1)
Utilities\ClipboardHelpers.cs (1)
119
stringData = new
string
((sbyte*)ptr);
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetUnixVersion.cs (1)
44
return new
string
((sbyte*)ptr);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
40
return new
string
((sbyte*)ptr);
src\System\StubHelpers.cs (2)
127
return new
string
((sbyte*)cstr);
435
return new
string
((sbyte*)bstr);
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
177
stringData = unicode ? new string((char*)buffer) : new
string
((sbyte*)buffer);
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);