4 writes to _linkedSession
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (4)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.Session.vb (4)
18Me._linkedSession = Nothing 28Me._linkedSession = New LinkedEditsTracker(Me._subjectBuffer) 33Me._linkedSession = Nothing 57Me._linkedSession = Nothing
6 references to _linkedSession
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
AutomaticEndConstructCorrection\AutomaticEndConstructCorrector.Session.vb (6)
23Return Me._linkedSession IsNot Nothing 29Me._linkedSession.AddSpans(linkedEditSpans) 32If Not Me._linkedSession.TryGetTextChanged(e, replacementText) Then 38Me._linkedSession.ApplyReplacementText(replacementText) 55Not Me._linkedSession.TryGetTextChanged(e, replacementText) Then 62Me._linkedSession.ApplyReplacementText(replacementText)