2 writes to _modifiedSubSpans
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
Rename\CSharpRenameRewriterLanguageService.cs (2)
287_modifiedSubSpans = []; 318_modifiedSubSpans = null;
3 references to _modifiedSubSpans
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Rename\CSharpRenameRewriterLanguageService.cs (3)
119RoslynDebug.Assert(_modifiedSubSpans != null); 120_modifiedSubSpans.Add((oldSpan, newSpan)); 317_renameSpansTracker.AddComplexifiedSpan(_documentId, oldSpan, new TextSpan(oldSpan.Start, newSpan.Length), _modifiedSubSpans);