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