1 implementation of AddBracePairsAsync
Microsoft.CodeAnalysis.Features (1)
BracePairs\IBracePairsService.cs (1)
46
public async Task
AddBracePairsAsync
(
1 reference to AddBracePairsAsync
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
BracePairs\AbstractBracePairsTests.cs (1)
36
await service.
AddBracePairsAsync
(document, new TextSpan(0, text.Length), bracePairs, CancellationToken.None);