2 references to WithText
dotnet (2)
Commands\Run\FileBasedAppSourceEditor.cs (2)
82
SourceFile = SourceFile.
WithText
(SourceFile.Text.WithChanges([change]));
219
SourceFile = SourceFile.
WithText
(SourceFile.Text.Replace(start: start, length: length, newText: string.Empty));