9 references to DynamicScope
System.Private.CoreLib (9)
src\System\Reflection\Emit\DynamicILGenerator.cs (9)
609
m_scope = dynamicILInfo.
DynamicScope
;
957
return
DynamicScope
.GetTokenFor(method);
961
return
DynamicScope
.GetTokenFor(method);
965
return
DynamicScope
.GetTokenFor(method, contextType);
969
return
DynamicScope
.GetTokenFor(field);
973
return
DynamicScope
.GetTokenFor(field, contextType);
977
return
DynamicScope
.GetTokenFor(type);
981
return
DynamicScope
.GetTokenFor(literal);
985
return
DynamicScope
.GetTokenFor(signature);