5 references to NoChanges
Microsoft.CodeAnalysis (2)
Text\ChangedText.cs (1)
178
return TextChangeRange.
NoChanges
;
Text\SourceText.cs (1)
886
return TextChangeRange.
NoChanges
;
Microsoft.CodeAnalysis.EditorFeatures.Text (3)
Extensions.SnapshotSourceText.cs (3)
298
return TextChangeRange.
NoChanges
;
328
return TextChangeRange.
NoChanges
;
359
return TextChangeRange.
NoChanges
;