3 references to mdtMethodDef
ILCompiler.ReadyToRun (3)
IBC\IBCDataModel.cs (1)
393
MethodProfilingData = CONSTANT.FirstTokenFlagSection + ((int)CorTokenType.
mdtMethodDef
>> 24),
IBC\IBCProfileParser.cs (2)
106
case CorTokenType.
mdtMethodDef
:
726
methodToken = Cor.Macros.TokenFromRid(methodRid, CorTokenType.
mdtMethodDef
);