3 writes to _referencingViews
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (3)
32Me._referencingViews = 0 41_referencingViews = _referencingViews + 1 50_referencingViews = Math.Max(_referencingViews - 1, 0)
5 references to _referencingViews
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (5)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (5)
36If _referencingViews = 0 Then 41_referencingViews = _referencingViews + 1 45If _referencingViews = 1 Then 50_referencingViews = Math.Max(_referencingViews - 1, 0) 55Return _referencingViews = 0