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