1 write to _isWithEvents
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\PEPropertySymbol.vb (1)
273
Dim origValue = Interlocked.CompareExchange(Me.
_isWithEvents
, newValue, ThreeState.Unknown)
4 references to _isWithEvents
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\Metadata\PE\PEPropertySymbol.vb (4)
257
If Me.
_isWithEvents
= ThreeState.Unknown Then
261
Debug.Assert(Me.
_isWithEvents
= ThreeState.True OrElse Me.
_isWithEvents
= ThreeState.False)
262
Return Me.
_isWithEvents
= ThreeState.True