3 references to ToRazorTextChange
Microsoft.CodeAnalysis.Razor.Workspaces (3)
DocumentMapping\IRazorEditServiceExtensions.cs (1)
22textChanges.SelectAsArray(static c => c.ToRazorTextChange()),
Formatting\Passes\CSharpOnTypeFormattingPass.cs (1)
109normalizedChanges.SelectAsArray(static c => c.ToRazorTextChange()),
Formatting\RazorFormattingService.cs (1)
98logger?.LogObject("HtmlChanges", htmlChanges.SelectAsArray(e => e.ToRazorTextChange()));