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