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