4 references to GetTokenFor
mscorlib (4)
system\reflection\emit\dynamicilgenerator.cs (4)
37
m_methodSigToken = m_scope.
GetTokenFor
(methodSignature);
678
return m_scope.
GetTokenFor
(sig);
1029
m_methodSignature = m_scope.
GetTokenFor
(methodSignature);
1172
return DynamicScope.
GetTokenFor
(signature);