1 implementation of AddBracePairsAsync
Microsoft.CodeAnalysis.Features (1)
BracePairs\IBracePairsService.cs (1)
45public async Task AddBracePairsAsync(
2 references to AddBracePairsAsync
Microsoft.CodeAnalysis.EditorFeatures (1)
BracePairs\BracePairsTaggerProvider.cs (1)
92await service.AddBracePairsAsync(
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BracePairs\AbstractBracePairsTests.cs (1)
37await service.AddBracePairsAsync(document, new TextSpan(0, text.Length), bracePairs, CancellationToken.None);