2 instantiations of DynamicScope
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
19m_scope = new DynamicScope(); 852m_scope = new DynamicScope();
5 references to DynamicScope
System.Private.CoreLib (5)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
13internal DynamicScope m_scope; 564private readonly DynamicScope m_scope; 841private readonly DynamicScope m_scope; 876internal DynamicScope DynamicScope => m_scope;
src\System\Reflection\Emit\SignatureHelper.cs (1)
730internal void AddDynamicArgument(DynamicScope dynamicScope, Type clsArgument, Type[]? requiredCustomModifiers, Type[]? optionalCustomModifiers)