4 overrides of HandleNonCancellationException
Microsoft.CodeAnalysis.EditorFeatures (1)
Editor\EditorLayerExtensionManager.cs (1)
48protected override void HandleNonCancellationException(object provider, Exception exception)
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\ExtensionManager.cs (1)
19protected override void HandleNonCancellationException(object provider, Exception exception)
Microsoft.CodeAnalysis.Workspaces (1)
ExtensionManager\ServicesLayerExtensionManager.cs (1)
17protected override void HandleNonCancellationException(object provider, Exception exception)
Microsoft.VisualStudio.IntegrationTest.Setup (1)
TestExtensionManager.cs (1)
24protected override void HandleNonCancellationException(object provider, Exception exception)
1 reference to HandleNonCancellationException
Microsoft.CodeAnalysis.Workspaces (1)
ExtensionManager\AbstractExtensionManager.cs (1)
38HandleNonCancellationException(provider, exception);