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