1 instantiation of MutableComplexifiedSpan
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\RenamedSpansTracker.cs (1)
50spans.Add(new MutableComplexifiedSpan(originalSpan: oldSpan, newSpan: newSpan, modifiedSubSpans: modifiedSubSpans));
4 references to MutableComplexifiedSpan
Microsoft.CodeAnalysis.Workspaces (4)
Rename\ConflictEngine\RenamedSpansTracker.cs (4)
26private readonly Dictionary<DocumentId, List<MutableComplexifiedSpan>> _documentToComplexifiedSpansMap = new(); 46spans = new List<MutableComplexifiedSpan>(); 68SpecializedCollections.EmptyEnumerable<MutableComplexifiedSpan>(); 71foreach (var c in documentComplexifiedSpans.Reverse())