1 write to m_scope
System.Private.CoreLib (1)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
20
m_scope
= new DynamicScope();
17 references to m_scope
System.Private.CoreLib (17)
src\System\Reflection\Emit\DynamicILGenerator.cs (17)
22
m_methodSigToken =
m_scope
.GetTokenFor(methodSignature);
30
(byte[])
m_scope
[m_methodSigToken]!,
256
SignatureHelper sig = SignatureHelper.GetMethodSigHelper(
m_scope
, functionPointerType);
502
sigHelp.AddDynamicArgument(
m_scope
, parameterTypes[i], requiredCustomModifiers?[i], optionalCustomModifiers?[i]);
515
return
m_scope
.GetTokenFor(rtType.TypeHandle);
520
return
m_scope
.GetTokenFor(runtimeField.FieldHandle);
525
return
m_scope
.GetTokenFor(runtimeField.FieldHandle, rtType.TypeHandle);
530
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
535
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
540
return
m_scope
.GetTokenFor(rtMeth.MethodHandle);
545
return
m_scope
.GetTokenFor(rtMeth.MethodHandle, rtType.TypeHandle);
550
return
m_scope
.GetTokenFor(dm);
556
return
m_scope
.GetTokenFor(varArgMeth);
562
return
m_scope
.GetTokenFor(varArgMeth);
567
return
m_scope
.GetTokenFor(s);
572
return
m_scope
.GetTokenFor(sig);
597
m_scope = ilGenerator.
m_scope
;