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