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