1 write to OwnerType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1836OwnerType = ownerType;
4 references to OwnerType
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (4)
446return new SerializedFrozenObjectNode(key.OwnerType, key.AllocationSiteId, key.SerializableObject); 1842public bool Equals(SerializedFrozenObjectKey other) => OwnerType == other.OwnerType && AllocationSiteId == other.AllocationSiteId; 1843public override int GetHashCode() => HashCode.Combine(OwnerType.GetHashCode(), AllocationSiteId);