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