2 implementations of IRazorBrokeredServiceInterceptor
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
Cohost\TestBrokeredServiceInterceptor.cs (1)
15
internal sealed class TestBrokeredServiceInterceptor :
IRazorBrokeredServiceInterceptor
Microsoft.VisualStudioCode.RazorExtension (1)
Services\VSCodeBrokeredServiceInterceptor.cs (1)
14
internal class VSCodeBrokeredServiceInterceptor :
IRazorBrokeredServiceInterceptor
3 references to IRazorBrokeredServiceInterceptor
Microsoft.CodeAnalysis.Remote.Razor (3)
RazorBrokeredServiceBase.cs (1)
20
private readonly
IRazorBrokeredServiceInterceptor
? _interceptor;
RazorBrokeredServiceData.cs (1)
13
IRazorBrokeredServiceInterceptor
? Interceptor,
ServiceArgs.cs (1)
17
IRazorBrokeredServiceInterceptor
? Interceptor = null);