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