2 instantiations of DynamicScope
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
19m_scope = new DynamicScope(); 874m_scope = new DynamicScope();
9 references to DynamicScope
System.Private.CoreLib (9)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
13internal DynamicScope m_scope; 586private readonly DynamicScope m_scope; 863private readonly DynamicScope m_scope; 898internal DynamicScope DynamicScope => m_scope;
src\System\Reflection\Emit\SignatureHelper.cs (5)
109internal static SignatureHelper GetMethodSigHelper(DynamicScope scope, Type functionPointerType) 372private void AddOneArgTypeHelper(Type clsArgument, DynamicScope? scope = null) { AddOneArgTypeHelperWorker(clsArgument, false, scope); } 373private void AddOneArgTypeHelperWorker(Type clsArgument, bool lastWasGenericInst, DynamicScope? scope) 801internal void AddDynamicArgument(DynamicScope dynamicScope, Type clsArgument, Type[]? requiredCustomModifiers, Type[]? optionalCustomModifiers, bool incrementArgCount = true) 863internal void AddArguments(DynamicScope dynamicScope, Type[]? arguments, Type[][]? requiredCustomModifiers, Type[][]? optionalCustomModifiers)