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