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