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