2 writes to m_scope
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (2)
574
m_scope
= ilGenerator.m_scope;
586
m_scope
= dynamicILInfo.DynamicScope;
3 references to m_scope
System.Private.CoreLib (3)
src\System\Reflection\Emit\DynamicILGenerator.cs (3)
764
internal override string? GetStringLiteral(int token) { return
m_scope
.GetString(token); }
772
object handle =
m_scope
[token] ?? throw new InvalidProgramException();
830
return
m_scope
.ResolveSignature(token, fromMethod);