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