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