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