1 write to m_scope
mscorlib (1)
system\reflection\emit\dynamicilgenerator.cs (1)
1028m_scope = scope;
3 references to m_scope
mscorlib (3)
system\reflection\emit\dynamicilgenerator.cs (3)
1029m_methodSignature = m_scope.GetTokenFor(methodSignature); 1041module, m_method.Name, (byte[])m_scope[m_methodSignature], new DynamicResolver(this)); 1061internal DynamicScope DynamicScope { get { return m_scope; } }