1 write to ReferenceCount
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\LoaderAllocator.cs (1)
15ReferenceCount = target.ReadField<uint>(address, type, nameof(ReferenceCount));
2 references to ReferenceCount
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\LoaderAllocator.cs (2)
15ReferenceCount = target.ReadField<uint>(address, type, nameof(ReferenceCount)); 46public bool IsAlive => ReferenceCount != 0;