1 write to m_scope
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
19
m_scope
= new DynamicScope();
16 references to m_scope
System.Private.CoreLib (16)
src\System\Reflection\Emit\DynamicILGenerator.cs (16)
21
m_methodSigToken =
m_scope
.GetTokenFor(methodSignature);
29
(byte[])
m_scope
[m_methodSigToken]!,
485
sigHelp.AddDynamicArgument(
m_scope
, parameterTypes[i], requiredCustomModifiers?[i], optionalCustomModifiers?[i]);
498
return
m_scope
.GetTokenFor(rtType.TypeHandle);
503
return
m_scope
.GetTokenFor(runtimeField.FieldHandle);
508
return
m_scope
.GetTokenFor(runtimeField.FieldHandle, rtType.TypeHandle);
513
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
518
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
523
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
528
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
533
return
m_scope
.GetTokenFor(dm);
539
return
m_scope
.GetTokenFor(varArgMeth);
545
return
m_scope
.GetTokenFor(varArgMeth);
550
return
m_scope
.GetTokenFor(s);
555
return
m_scope
.GetTokenFor(sig);
580
m_scope = ilGenerator.
m_scope
;