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