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