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