1 override of HasInterceptor
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\DefaultInterceptorManager.cs (1)
37public override bool HasInterceptor(string methodName, string contentType)
2 references to HasInterceptor
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
MessageInterception\GenericInterceptionMiddleLayer.cs (1)
33return _interceptorManager.HasInterceptor(methodName, _contentType);
MessageInterception\InterceptionMiddleLayer.cs (1)
36return _interceptorManager.HasInterceptor(methodName, _contentType);