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