2 references to ComRefCount
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\BuiltInCOM_1.cs (2)
174RefCount = (uint)(data.RefCount & (long)ComRefCount.RefCountMask), 175IsNeutered = (data.RefCount & (long)ComRefCount.CleanupSentinel) != 0,