4 references to string
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (1)
48return new string((sbyte*)ptr, 0, len);
src\libraries\System.Private.CoreLib\src\System\String.cs (1)
261return new string(value, startIndex, length);
src\System\StubHelpers.cs (2)
192return new string((sbyte*)cstr, 0, length); 385return new string((sbyte*)pNative, 0, cch);