2 instantiations of DynamicScope
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
20
m_scope = new
DynamicScope
();
876
m_scope = new
DynamicScope
();
9 references to DynamicScope
System.Private.CoreLib (9)
src\System\Reflection\Emit\DynamicILGenerator.cs (4)
14
internal
DynamicScope
m_scope;
587
private readonly
DynamicScope
m_scope;
865
private readonly
DynamicScope
m_scope;
900
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)