3 references to MessageInterceptor
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (3)
MessageInterception\DefaultInterceptorManager.cs (2)
18
private readonly IReadOnlyList<Lazy<
MessageInterceptor
, IInterceptMethodMetadata>> _lazyInterceptors;
24
[ImportMany] IEnumerable<Lazy<
MessageInterceptor
, IInterceptMethodMetadata>> lazyInterceptors,
MessageInterception\InterceptMethodAttribute.cs (1)
10
/// Specifies what LSP method the <see cref="
MessageInterceptor
"/> handles. May be applied multiple times.