2 implementations of MapCodeAsync
Microsoft.CodeAnalysis.ExternalAccess.Copilot (1)
Internal\CodeMapper\CopilotCSharpMapCodeService.cs (1)
30
public Task<ImmutableArray<TextChange>?>
MapCodeAsync
(Document document, ImmutableArray<string> contents, ImmutableArray<(Document, TextSpan)> focusLocations, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
MapCode\MapCodeTests.cs (1)
34
public async Task<ImmutableArray<TextChange>?>
MapCodeAsync
(
1 reference to MapCodeAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\MapCode\MapCodeHandler.cs (1)
97
var textChanges = await codeMapper.
MapCodeAsync
(