9 references to filters
Microsoft.VisualStudio.LanguageServices (9)
LanguageService\AbstractLanguageService`2.IVsImmediateStatementCompletion2.cs (9)
26
if (
filters
.TryGetValue(textView, out var filter))
51
if (!this.
filters
.TryGetValue(textView, out var filter))
57
this.
filters
[textView] = filter;
66
Marshal.ThrowExceptionForHR(textView.RemoveCommandFilter(this.
filters
[textView]));
67
this.
filters
[textView].SetContentType(install: false);
68
this.
filters
[textView].Dispose();
69
this.
filters
.Remove(textView);
105
this.
filters
[textView].RemoveContext();
110
this.
filters
[textView].SetContext(context);