9 references to filters
Microsoft.VisualStudio.LanguageServices (9)
LanguageService\AbstractLanguageService`2.IVsImmediateStatementCompletion2.cs (9)
27
if (
filters
.TryGetValue(textView, out var filter))
52
if (!this.
filters
.TryGetValue(textView, out var filter))
60
this.
filters
[textView] = filter;
69
Marshal.ThrowExceptionForHR(textView.RemoveCommandFilter(this.
filters
[textView]));
70
this.
filters
[textView].SetContentType(install: false);
71
this.
filters
[textView].Dispose();
72
this.
filters
.Remove(textView);
109
this.
filters
[textView].RemoveContext();
114
this.
filters
[textView].SetContext(context);