5 references to IInterceptMethodMetadata
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (5)
MessageInterception\DefaultInterceptorManager.cs (5)
18private readonly IReadOnlyList<Lazy<MessageInterceptor, IInterceptMethodMetadata>> _lazyInterceptors; 19private readonly IReadOnlyList<Lazy<GenericMessageInterceptor, IInterceptMethodMetadata>> _lazyGenericInterceptors; 24[ImportMany] IEnumerable<Lazy<MessageInterceptor, IInterceptMethodMetadata>> lazyInterceptors, 26[ImportMany] IEnumerable<Lazy<GenericMessageInterceptor, IInterceptMethodMetadata>> lazyGenericInterceptors) 160private static bool CanInterceptMessage(string methodName, string contentType, IInterceptMethodMetadata metadata)