4 references to String
mscorlib (4)
system\globalization\encodingdataitem.cs (1)
53
return new
String
(pStrings, start, i - start);
system\runtime\interopservices\marshal.cs (1)
151
return new
String
((sbyte *)ptr, 0, len);
system\string.cs (1)
1373
return new
String
(value, startIndex, length); // default to ANSI
system\stubhelpers.cs (1)
416
return new
String
((sbyte*)pNative, 0, cch);