1 write to m_enclosingType
mscorlib (1)
system\rttype.cs (1)
1739
m_enclosingType
= enclosingType ?? (RuntimeType)typeof(void);
3 references to m_enclosingType
mscorlib (3)
system\rttype.cs (3)
1734
if (
m_enclosingType
== null)
1742
return (
m_enclosingType
== typeof(void)) ? null :
m_enclosingType
;