2 references to GetMatchingBracesAsync
Microsoft.CodeAnalysis.Features (2)
BraceMatching\IBraceMatchingServiceExtensions.cs (2)
21
var braces1 = await service.
GetMatchingBracesAsync
(document, position, options, cancellationToken).ConfigureAwait(false);
29
braces2 = await service.
GetMatchingBracesAsync
(document, position - 1, options, cancellationToken).ConfigureAwait(false);