3 references to RefCount
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\BuiltInCOM_1.cs (2)
173RefCount = (uint)(data.RefCount & (long)ComRefCount.RefCountMask), 174IsNeutered = (data.RefCount & (long)ComRefCount.CleanupSentinel) != 0,
Generated\361d1da7f942c932\Microsoft_Diagnostics_DataContractReader_Data.SimpleComCallWrapper.g.cs (1)
168_ = RefCount;