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