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