2 writes to _modifiedSubSpans
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\VisualBasicRenameRewriterLanguageService.vb (2)
186Me._modifiedSubSpans = New List(Of ValueTuple(Of TextSpan, TextSpan))() 238Me._modifiedSubSpans = Nothing
2 references to _modifiedSubSpans
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Rename\VisualBasicRenameRewriterLanguageService.vb (2)
101Me._modifiedSubSpans.Add((oldSpan, newSpan)) 237Me._renameSpansTracker.AddComplexifiedSpan(Me._documentId, oldSpan, New TextSpan(oldSpan.Start, newSpan.Length), Me._modifiedSubSpans)