3 writes to _referencingViews
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (3)
33
Me.
_referencingViews
= 0
42
_referencingViews
= _referencingViews + 1
51
_referencingViews
= Math.Max(_referencingViews - 1, 0)
5 references to _referencingViews
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (5)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (5)
37
If
_referencingViews
= 0 Then
42
_referencingViews =
_referencingViews
+ 1
46
If
_referencingViews
= 1 Then
51
_referencingViews = Math.Max(
_referencingViews
- 1, 0)
56
Return
_referencingViews
= 0