Implemented interface member:
method
MapCSharpEditsAsync
Microsoft.CodeAnalysis.Razor.DocumentMapping.IRazorEditService.MapCSharpEditsAsync(System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Razor.Protocol.RazorTextChange>, Microsoft.CodeAnalysis.Razor.ProjectSystem.IDocumentSnapshot, System.Boolean, System.Threading.CancellationToken)
1 reference to MapCSharpEditsAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
DocumentMapping\RazorEditService_WorkspaceEdit.cs (1)
150var mappedEdits = await MapCSharpEditsAsync(textChanges, documentContext.Snapshot, includeCSharpLanguageFeatureEdits: true, cancellationToken).ConfigureAwait(false);