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