1 write to memberType
mscorlib (1)
system\runtime\serialization\memberholder.cs (1)
31memberType = type;
3 references to memberType
mscorlib (3)
system\runtime\serialization\memberholder.cs (3)
36return memberType.GetHashCode(); 46if (Object.ReferenceEquals(temp.memberType, memberType) && temp.context.State == context.State) {