2 writes to _count
Microsoft.CodeAnalysis (2)
CodeGen\TokenMap.cs (2)
83
Volatile.Write(ref
_count
, count);
111
int count = Volatile.Read(ref
_count
);
3 references to _count
Microsoft.CodeAnalysis (3)
CodeGen\TokenMap.cs (3)
62
token = (uint)
_count
;
98
Debug.Assert(token < (uint)
_count
&&
_count
<= _items.Length);