1 write to m_scope
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
858
m_scope
= new DynamicScope();
3 references to m_scope
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
860
m_methodSignature =
m_scope
.GetTokenFor(methodSignature);
871
module, m_method.Name, (byte[])
m_scope
[m_methodSignature]!, new DynamicResolver(this));
882
internal DynamicScope DynamicScope =>
m_scope
;