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