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)
59
foreach (var interceptor in
_lazyInterceptors
)
133
for (var i = 0; i <
_lazyInterceptors
.Count; i++)
135
var interceptor =
_lazyInterceptors
[i];