8 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);
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomReader.cs (4)
2697
AppendName(new
string
((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining);
2722
AppendName(new
string
((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining);
2737
AppendValue(new
string
((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining);
2746
AppendValue(new
string
((sbyte*)start, 0, (int)(ptr - start)), maxBuffer, ref remaining);