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]!,
479
sigHelp.AddDynamicArgument(
m_scope
, parameterTypes[i], requiredCustomModifiers?[i], optionalCustomModifiers?[i]);
492
return
m_scope
.GetTokenFor(rtType.TypeHandle);
497
return
m_scope
.GetTokenFor(runtimeField.FieldHandle);
502
return
m_scope
.GetTokenFor(runtimeField.FieldHandle, rtType.TypeHandle);
507
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
512
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
517
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
522
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
527
return
m_scope
.GetTokenFor(dm);
533
return
m_scope
.GetTokenFor(varArgMeth);
539
return
m_scope
.GetTokenFor(varArgMeth);
544
return
m_scope
.GetTokenFor(s);
549
return
m_scope
.GetTokenFor(sig);
574
m_scope = ilGenerator.
m_scope
;