2 instantiations of DynamicScope
mscorlib (2)
system\reflection\emit\dynamicilgenerator.cs (1)
35m_scope = new DynamicScope();
system\reflection\emit\dynamicmethod.cs (1)
800return GetDynamicILInfo(new DynamicScope());
6 references to DynamicScope
mscorlib (6)
system\reflection\emit\dynamicilgenerator.cs (5)
29internal DynamicScope m_scope; 693private DynamicScope m_scope; 1016private DynamicScope m_scope; 1025internal DynamicILInfo(DynamicScope scope, DynamicMethod method, byte[] methodSignature) 1061internal DynamicScope DynamicScope { get { return m_scope; } }
system\reflection\emit\dynamicmethod.cs (1)
804internal DynamicILInfo GetDynamicILInfo(DynamicScope scope)