2 references to GetTagsAsync
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (2)
InProcess\EditorInProcess.cs (2)
418
return
GetTagsAsync
<IErrorTag>(cancellationToken);
424
var tags = await
GetTagsAsync
<ITextMarkerTag>(cancellationToken);