1 write to _interceptor
Microsoft.CodeAnalysis.Remote.Razor (1)
RazorBrokeredServiceBase.cs (1)
33
_interceptor
= args.Interceptor;
4 references to _interceptor
Microsoft.CodeAnalysis.Remote.Razor (4)
RazorBrokeredServiceBase.cs (4)
40
=>
_interceptor
is not null
41
?
_interceptor
.RunServiceAsync(implementation, cancellationToken)
50
=>
_interceptor
is not null
51
?
_interceptor
.RunServiceAsync(solutionInfo, implementation, cancellationToken)