4 writes to _previousDocument
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.vb (4)
31Me._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)
142If _previousDocument Is Nothing Then 146Dim root = _previousDocument.GetSyntaxRootSynchronously(cancellationToken)