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