4 references to String
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
651
WellKnownMethodTable.
String
=> Constants.Globals.StringMethodTable,
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataValue.cs (1)
1041
&& typeHandle.Address == rts.GetWellKnownMethodTable(WellKnownMethodTable.
String
))
SOSDacImpl.cs (2)
3438
else if (mt == runtimeTypeSystemContract.GetWellKnownMethodTable(Contracts.WellKnownMethodTable.
String
))
4639
data->StringMethodTable = rts.GetWellKnownMethodTable(Contracts.WellKnownMethodTable.
String
).ToClrDataAddress(_target);