4 writes to _previousDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (4)
32
Me.
_previousDocument
= Nothing
62
_previousDocument
= Nothing
67
_previousDocument
= e.Before.GetOpenDocumentInCurrentContextWithChanges()
79
_previousDocument
= Nothing
2 references to _previousDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (2)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (2)
143
If
_previousDocument
Is Nothing Then
147
Dim root =
_previousDocument
.GetSyntaxRootSynchronously(cancellationToken)