1 write to RefCount
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\SimpleComCallWrapper.cs (1)
16RefCount = target.ReadField<long>(address, type, nameof(RefCount));
3 references to RefCount
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\BuiltInCOM_1.cs (2)
174RefCount = (uint)(data.RefCount & (long)ComRefCount.RefCountMask), 175IsNeutered = (data.RefCount & (long)ComRefCount.CleanupSentinel) != 0,
Data\SimpleComCallWrapper.cs (1)
16RefCount = target.ReadField<long>(address, type, nameof(RefCount));