1 write to m_containingType
mscorlib (1)
system\reflection\emit\methodbuilder.cs (1)
118
m_containingType
= type;
26 references to m_containingType
mscorlib (26)
system\reflection\emit\methodbuilder.cs (26)
223
m_containingType
.ThrowIfCreated();
470
return (
m_containingType
!= null &&
m_containingType
.IsCreated());
475
return
m_containingType
;
544
return
m_containingType
.Module;
552
if (
m_containingType
.m_isHiddenGlobalType == true)
554
return
m_containingType
;
635
if (!m_bIsBaked ||
m_containingType
== null ||
m_containingType
.BakedRuntimeType == null)
638
MethodInfo rmi =
m_containingType
.GetMethod(m_strName, m_parameterTypes);
647
if (!m_bIsBaked ||
m_containingType
== null ||
m_containingType
.BakedRuntimeType == null)
650
MethodInfo rmi =
m_containingType
.GetMethod(m_strName, m_parameterTypes);
751
lock (
m_containingType
.m_listMethods)
760
for (i =
m_containingType
.m_lastTokenizedMethod + 1; i <
m_containingType
.m_listMethods.Count; ++i)
762
currentMethod =
m_containingType
.m_listMethods[i];
769
m_containingType
.m_lastTokenizedMethod = i;
786
int token = TypeBuilder.DefineMethod(m_module.GetNativeHandle(),
m_containingType
.MetadataTokenInternal, m_strName, sigBytes, sigLength, Attributes);
854
m_containingType
.ThrowIfCreated ();
871
m_containingType
.ThrowIfCreated();
905
m_containingType
.ThrowIfCreated();
941
m_containingType
.ThrowIfCreated();
977
m_containingType
.ThrowIfCreated();
1076
m_containingType
.ThrowIfCreated();
1105
m_containingType
.ThrowIfCreated ();