1 write to _lazyInterceptors
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\DefaultInterceptorManager.cs (1)
30_lazyInterceptors = lazyInterceptors.ToList().AsReadOnly();
3 references to _lazyInterceptors
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (3)
MessageInterception\DefaultInterceptorManager.cs (3)
59foreach (var interceptor in _lazyInterceptors) 133for (var i = 0; i < _lazyInterceptors.Count; i++) 135var interceptor = _lazyInterceptors[i];