1 write to _id
Microsoft.CodeAnalysis (1)
Syntax\SyntaxAnnotation.cs (1)
34
_id
= System.Threading.Interlocked.Increment(ref s_nextId);
3 references to _id
Microsoft.CodeAnalysis (3)
Syntax\SyntaxAnnotation.cs (3)
56
return other is object &&
_id
== other.
_id
;
79
return
_id
.GetHashCode();