3 implementations of RemoveOptionChangedHandler
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
95public void RemoveOptionChangedHandler(object target, WeakEventHandler<OptionChangedEventArgs> handler)
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
RazorGlobalOptions.cs (1)
65public void RemoveOptionChangedHandler(object target, WeakEventHandler<OptionChangedEventArgs> handler) => throw new NotImplementedException();
Microsoft.CodeAnalysis.Workspaces (1)
Options\GlobalOptionService.cs (1)
221public void RemoveOptionChangedHandler(object target, WeakEventHandler<OptionChangedEventArgs> handler)
11 references to RemoveOptionChangedHandler
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Workspaces\WorkspaceTests_EditorFeatures.cs (1)
1534primaryWorkspace.GlobalOptions.RemoveOptionChangedHandler(this, OptionService_OptionChanged);
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsTagger.cs (1)
72_taggerProvider.GlobalOptionService.RemoveOptionChangedHandler(this, OnGlobalOptionChanged);
Shared\Tagging\EventSources\TaggerEventSources.OptionChangedEventSource.cs (1)
21globalOptions.RemoveOptionChangedHandler(this, OnGlobalOptionChanged);
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Features\Options\SolutionAnalyzerConfigOptionsUpdater.cs (1)
35=> globalOptions.RemoveOptionChangedHandler(workspace, GlobalOptionsChanged);
Handler\CodeLens\CodeLensRefreshQueue.cs (1)
51_globalOptionService.RemoveOptionChangedHandler(this, OnOptionChanged);
Handler\InlayHint\InlayHintRefreshQueue.cs (1)
31_globalOptionService.RemoveOptionChangedHandler(this, OnOptionChanged);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
WorkspaceServiceTests\GlobalOptionServiceTests.cs (1)
203globalOptions.RemoveOptionChangedHandler(this, handler);
Microsoft.VisualStudio.LanguageServices (4)
InheritanceMargin\InheritanceMarginViewMargin.cs (1)
97_globalOptions.RemoveOptionChangedHandler(this, OnGlobalOptionChanged);
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
224_globalOptions.RemoveOptionChangedHandler(this, GlobalOptionChanged);
StackTraceExplorer\StackTraceExplorerCommandHandler.cs (1)
79_globalOptions.RemoveOptionChangedHandler(this, GlobalOptionChanged);
SymbolSearch\AbstractDelayStartedService.cs (1)
104_globalOptions.RemoveOptionChangedHandler(this, OnOptionChanged);