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)
44
foreach (var interceptor in
_lazyGenericInterceptors
)
91
for (var i = 0; i <
_lazyGenericInterceptors
.Count; i++)
93
var interceptor =
_lazyGenericInterceptors
[i];