9 references to DynamicScope
System.Private.CoreLib (9)
src\System\Reflection\Emit\DynamicILGenerator.cs (9)
592
m_scope = dynamicILInfo.
DynamicScope
;
936
return
DynamicScope
.GetTokenFor(method);
940
return
DynamicScope
.GetTokenFor(method);
944
return
DynamicScope
.GetTokenFor(method, contextType);
948
return
DynamicScope
.GetTokenFor(field);
952
return
DynamicScope
.GetTokenFor(field, contextType);
956
return
DynamicScope
.GetTokenFor(type);
960
return
DynamicScope
.GetTokenFor(literal);
964
return
DynamicScope
.GetTokenFor(signature);