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