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