6 references to
System.Private.CoreLib (6)
src\System\Reflection\Emit\DynamicILGenerator.cs (6)
30
(byte[])m_scope
[
m_methodSigToken]!,
796
object handle = m_scope
[
token] ?? throw new InvalidProgramException();
889
module, m_method.Name, (byte[])m_scope
[
m_methodSignature]!, new DynamicResolver(this));
1015
internal string? GetString(int token) { return this
[
token] as string; }
1020
return (byte[]?)this
[
token];
1022
if (this
[
token] is not VarArgMethod vaMethod)