3 writes to _referencingViews
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (3)
33Me._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)
37If _referencingViews = 0 Then 42_referencingViews = _referencingViews + 1 46If _referencingViews = 1 Then 51_referencingViews = Math.Max(_referencingViews - 1, 0) 56Return _referencingViews = 0