4 references to GetTokenFor
System.Private.CoreLib (4)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
22
m_methodSigToken = m_scope.
GetTokenFor
(methodSignature);
572
return m_scope.
GetTokenFor
(sig);
878
m_methodSignature = m_scope.
GetTokenFor
(methodSignature);
985
return DynamicScope.
GetTokenFor
(signature);