2 implementations of RunServiceAsync
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\TestBrokeredServiceInterceptor.cs (1)
23public ValueTask RunServiceAsync(
Microsoft.VisualStudioCode.RazorExtension (1)
Services\VSCodeBrokeredServiceInterceptor.cs (1)
16public ValueTask RunServiceAsync(Func<CancellationToken, ValueTask> implementation, CancellationToken cancellationToken)
1 reference to RunServiceAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
RazorBrokeredServiceBase.cs (1)
41? _interceptor.RunServiceAsync(implementation, cancellationToken)