1 write to _lazyGenericInterceptors
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\DefaultInterceptorManager.cs (1)
34_lazyGenericInterceptors = lazyGenericInterceptors.ToList().AsReadOnly();
3 references to _lazyGenericInterceptors
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (3)
MessageInterception\DefaultInterceptorManager.cs (3)
44foreach (var interceptor in _lazyGenericInterceptors) 91for (var i = 0; i < _lazyGenericInterceptors.Count; i++) 93var interceptor = _lazyGenericInterceptors[i];