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