9 references to DynamicScope
System.Private.CoreLib (9)
src\System\Reflection\Emit\DynamicILGenerator.cs (9)
586
m_scope = dynamicILInfo.
DynamicScope
;
930
return
DynamicScope
.GetTokenFor(method);
934
return
DynamicScope
.GetTokenFor(method);
938
return
DynamicScope
.GetTokenFor(method, contextType);
942
return
DynamicScope
.GetTokenFor(field);
946
return
DynamicScope
.GetTokenFor(field, contextType);
950
return
DynamicScope
.GetTokenFor(type);
954
return
DynamicScope
.GetTokenFor(literal);
958
return
DynamicScope
.GetTokenFor(signature);