1 implementation of ITestErrorHandler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TestExtensionErrorHandler.cs (1)
18internal class TestExtensionErrorHandler : IExtensionErrorHandler, ITestErrorHandler
3 references to ITestErrorHandler
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TestExtensionErrorHandler.cs (1)
17[Export(typeof(ITestErrorHandler))]
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (2)
MEF\UseExportProviderAttribute.cs (2)
164foreach (var testErrorHandler in exportProvider.GetExportedValues<ITestErrorHandler>())