3 writes to m_unityType
mscorlib (3)
system\unityserializationholder.cs (3)
173m_unityType = info.GetInt32("UnityType"); 247m_unityType = RuntimeTypeUnity; 249m_unityType = PartialInstantiationTypeUnity;
4 references to m_unityType
mscorlib (4)
system\unityserializationholder.cs (4)
175if (m_unityType == MissingUnity) 178if (m_unityType == GenericParameterTypeUnity) 188if (m_unityType == PartialInstantiationTypeUnity) 228switch (m_unityType)