6 writes to _position
Microsoft.CodeAnalysis.VisualBasic (6)
Symbols\LexicalSortKey.vb (6)
72
Public Shared ReadOnly NotInitialized As LexicalSortKey = New LexicalSortKey() With {._embeddedKind = SyntaxTreeKind.None, ._treeOrdinal = -1, .
_position
= -1}
81
Me.
_position
= location
112
Me.
_position
= 0
129
Me.
_position
= location.PossiblyEmbeddedOrMySourceSpan.Start
229
Return Volatile.Read(Me.
_position
) >= 0
237
Volatile.Write(Me.
_position
, other._position)
2 references to _position
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\LexicalSortKey.vb (2)
64
Return Me.
_position
237
Volatile.Write(Me._position, other.
_position
)