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