7 references to String
mscorlib (4)
system\globalization\encodingdataitem.cs (1)
70return new String(pStrings);
system\runtime\interopservices\marshal.cs (1)
138return new String((sbyte *)ptr);
system\stubhelpers.cs (2)
119return new String((sbyte*)cstr); 467return new String((sbyte*)bstr);
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
748String msgStr = new String((SByte*) zStreamPtr->msg);
System.Web (1)
Hosting\IIS7WorkerRequest.cs (1)
156unsafe { _httpVerb = new String((sbyte*)httpMethodPtr); } // don't use the Marshal class since we want to fail if we're given a bad value
WindowsBase (1)
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
748String msgStr = new String((SByte*) zStreamPtr->msg);