7 references to IsPureInsertion
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (7)
142return IsPureInsertion(change) 157Debug.Assert(IsPureInsertion(change)); 189return !IsPureInsertion(otherChange) && 202Debug.Assert(!IsPureInsertion(change)); 212Debug.Assert(!IsPureInsertion(change)); 232Debug.Assert(!IsPureInsertion(change)); 242return intersectingSpans.Any(static otherSpan => IsPureInsertion(otherSpan));