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