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