4 writes to _previousDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (4)
31
Me.
_previousDocument
= Nothing
61
_previousDocument
= Nothing
66
_previousDocument
= e.Before.GetOpenDocumentInCurrentContextWithChanges()
78
_previousDocument
= Nothing
2 references to _previousDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (2)
142
If
_previousDocument
Is Nothing Then
146
Dim root =
_previousDocument
.GetSyntaxRootSynchronously(cancellationToken)