This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String ctor - String(char *value); | |
--------------------------------------------------------------------------- | |
Definition - https://github.com/dotnet/coreclr/blob/master/src/mscorlib/src/System/String.cs#L1323 | |
Lookup pt1 - https://github.com/dotnet/coreclr/blob/master/src/vm/ecalllist.h#L215 | |
Lookup pt2 - https://github.com/dotnet/coreclr/blob/master/src/vm/ecall.cpp#L42 | |
Lookup pt3 - https://github.com/dotnet/coreclr/blob/master/src/vm/ecall.cpp#L34 | |
Mapping - https://github.com/dotnet/coreclr/blob/master/src/vm/mscorlib.h#L1510 | |
CtorCharArray impl - https://github.com/dotnet/coreclr/blob/master/src/mscorlib/src/System/String.cs#L1533-L1547 | |
String ctor - String(sbyte *value, int startIndex, int length, Encoding enc) |