2 implementations of RunServiceAsync
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\TestBrokeredServiceInterceptor.cs (1)
28public ValueTask<T> RunServiceAsync<T>(
Microsoft.VisualStudioCode.RazorExtension (1)
Services\VSCodeBrokeredServiceInterceptor.cs (1)
19public ValueTask<T> RunServiceAsync<T>(RazorPinnedSolutionInfoWrapper solutionInfo, Func<Solution, ValueTask<T>> implementation, CancellationToken cancellationToken)
1 reference to RunServiceAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
RazorBrokeredServiceBase.cs (1)
51? _interceptor.RunServiceAsync(solutionInfo, implementation, cancellationToken)