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