10 references to filters
Microsoft.VisualStudio.LanguageServices (10)
LanguageService\AbstractLanguageService`2.IVsImmediateStatementCompletion2.cs (10)
27
if (
filters
.TryGetValue(textView, out var filter))
53
if (!this.
filters
.ContainsKey(textView))
59
this.
filters
[textView] = filter;
64
this.
filters
[textView].SetContentType(install: true);
68
Marshal.ThrowExceptionForHR(textView.RemoveCommandFilter(this.
filters
[textView]));
69
this.
filters
[textView].SetContentType(install: false);
70
this.
filters
[textView].Dispose();
71
this.
filters
.Remove(textView);
107
this.
filters
[textView].RemoveContext();
112
this.
filters
[textView].SetContext(context);