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