4 references to string
System.Private.CoreLib (3)
Internal\Runtime\CompilerHelpers\StartupCode\StartupCodeHelpers.Extensions.cs (1)
38
args[i] = new
string
(argv[i]);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
40
return new
string
((sbyte*)ptr);
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.String.cs (1)
66
return new
string
((sbyte*)(IntPtr)(args[0]));
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
659
text = new
string
((sbyte*)globalMem);