9 references to DynamicScope
mscorlib (9)
system\reflection\emit\dynamicilgenerator.cs (9)
719m_scope = dynamicILInfo.DynamicScope; 1144return DynamicScope.GetTokenFor(method); 1148return DynamicScope.GetTokenFor(method); 1152return DynamicScope.GetTokenFor(method, contextType); 1156return DynamicScope.GetTokenFor(field); 1160return DynamicScope.GetTokenFor(field, contextType); 1164return DynamicScope.GetTokenFor(type); 1168return DynamicScope.GetTokenFor(literal); 1172return DynamicScope.GetTokenFor(signature);