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