5 references to GetMethodTokenInternal
mscorlib (5)
system\reflection\emit\modulebuilder.cs (3)
1995
tk =
GetMethodTokenInternal
(methodInfoUnbound).Token;
2019
tk =
GetMethodTokenInternal
(methodInfo).Token;
2406
SymbolToken tkMethod = new SymbolToken(
GetMethodTokenInternal
(entryPoint).Token);
system\reflection\emit\typebuilder.cs (2)
1645
tkBody = m_module.
GetMethodTokenInternal
(methodInfoBody);
1646
tkDecl = m_module.
GetMethodTokenInternal
(methodInfoDeclaration);