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