2 writes to _modifiedSubSpans
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Rename\CSharpRenameRewriterLanguageService.cs (2)
283_modifiedSubSpans = []; 314_modifiedSubSpans = null;
3 references to _modifiedSubSpans
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Rename\CSharpRenameRewriterLanguageService.cs (3)
116RoslynDebug.Assert(_modifiedSubSpans != null); 117_modifiedSubSpans.Add((oldSpan, newSpan)); 313_renameSpansTracker.AddComplexifiedSpan(_documentId, oldSpan, new TextSpan(oldSpan.Start, newSpan.Length), _modifiedSubSpans);