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