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