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