7 references to IsPureInsertion
Microsoft.CodeAnalysis.Workspaces (7)
CodeFixes\FixAllOccurrences\TextChangeMerger.cs (7)
143return IsPureInsertion(change) 158Debug.Assert(IsPureInsertion(change)); 190return !IsPureInsertion(otherChange) && 203Debug.Assert(!IsPureInsertion(change)); 213Debug.Assert(!IsPureInsertion(change)); 233Debug.Assert(!IsPureInsertion(change)); 243return intersectingSpans.Any(static otherSpan => IsPureInsertion(otherSpan));