4 references to GetTokenFor
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
21
m_methodSigToken = m_scope.
GetTokenFor
(methodSignature);
549
return m_scope.
GetTokenFor
(sig);
854
m_methodSignature = m_scope.
GetTokenFor
(methodSignature);
958
return DynamicScope.
GetTokenFor
(signature);