7 references to HasOption
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsTagger.cs (1)
93
if (e.
HasOption
(option => option.Equals(InlineHintsViewOptionsStorage.ColorHints)))
Shared\Tagging\EventSources\TaggerEventSources.OptionChangedEventSource.cs (1)
26
if (e.
HasOption
(predicate))
Microsoft.CodeAnalysis.Features (1)
Diagnostics\Service\DiagnosticAnalyzerService.cs (1)
69
if (e.
HasOption
(IsGlobalOptionAffectingDiagnostics))
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CodeLens\CodeLensRefreshQueue.cs (1)
42
if (e.
HasOption
(static option => option.Equals(LspOptionsStorage.LspEnableReferencesCodeLens) || option.Equals(LspOptionsStorage.LspEnableTestsCodeLens)))
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
36
if (e.
HasOption
(static option =>
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
127
if (e.
HasOption
(option =>
Roslyn.VisualStudio.DiagnosticsWindow (1)
OptionPages\ForceLowMemoryMode.cs (1)
32
if (e.
HasOption
(static option => option.Equals(Enabled) || option.Equals(SizeInMegabytes)))