1 write to m_containingType
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
81
m_containingType
= type;
21 references to m_containingType
System.Private.CoreLib (21)
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (21)
151
m_containingType
.ThrowIfCreated();
345
return
m_containingType
!= null &&
m_containingType
.IsCreated();
351
return
m_containingType
;
407
public override Module Module =>
m_containingType
.Module;
413
if (
m_containingType
.m_isHiddenGlobalType)
415
return
m_containingType
;
459
if (!m_bIsBaked ||
m_containingType
== null ||
m_containingType
.BakedRuntimeType == null)
462
MethodInfo rmi =
m_containingType
.GetMethod(m_strName, m_parameterTypes!)!;
471
if (!m_bIsBaked ||
m_containingType
== null ||
m_containingType
.BakedRuntimeType == null)
474
MethodInfo rmi =
m_containingType
.GetMethod(m_strName, m_parameterTypes!)!;
565
lock (
m_containingType
.m_listMethods!)
574
for (i =
m_containingType
.m_lastTokenizedMethod + 1; i <
m_containingType
.m_listMethods.Count; ++i)
576
currentMethod =
m_containingType
.m_listMethods[i];
583
m_containingType
.m_lastTokenizedMethod = i;
599
int token = RuntimeTypeBuilder.DefineMethod(new QCallModule(ref module),
m_containingType
.MetadataToken, m_strName, sigBytes, sigLength, Attributes);
644
m_containingType
.ThrowIfCreated();
656
m_containingType
.ThrowIfCreated();