1 write to m_enclosingType
System.Private.CoreLib (1)
src\System\RuntimeType.CoreCLR.cs (1)
1586
m_enclosingType
= enclosingType ?? (RuntimeType)typeof(void);
3 references to m_enclosingType
System.Private.CoreLib (3)
src\System\RuntimeType.CoreCLR.cs (3)
1581
if (
m_enclosingType
== null)
1589
return (
m_enclosingType
== typeof(void)) ? null :
m_enclosingType
;