1 write to m_scope
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
19
m_scope
= new DynamicScope();
17 references to m_scope
System.Private.CoreLib (17)
src\System\Reflection\Emit\DynamicILGenerator.cs (17)
21
m_methodSigToken =
m_scope
.GetTokenFor(methodSignature);
29
(byte[])
m_scope
[m_methodSigToken]!,
255
SignatureHelper sig = SignatureHelper.GetMethodSigHelper(
m_scope
, functionPointerType);
501
sigHelp.AddDynamicArgument(
m_scope
, parameterTypes[i], requiredCustomModifiers?[i], optionalCustomModifiers?[i]);
514
return
m_scope
.GetTokenFor(rtType.TypeHandle);
519
return
m_scope
.GetTokenFor(runtimeField.FieldHandle);
524
return
m_scope
.GetTokenFor(runtimeField.FieldHandle, rtType.TypeHandle);
529
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
534
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
539
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
544
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
549
return
m_scope
.GetTokenFor(dm);
555
return
m_scope
.GetTokenFor(varArgMeth);
561
return
m_scope
.GetTokenFor(varArgMeth);
566
return
m_scope
.GetTokenFor(s);
571
return
m_scope
.GetTokenFor(sig);
596
m_scope = ilGenerator.
m_scope
;