1 implementation of Exceptions
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TestExtensionErrorHandler.cs (1)
24public ImmutableList<Exception> Exceptions => _exceptions;
1 reference to Exceptions
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\UseExportProviderAttribute.cs (1)
161var exceptions = testErrorHandler.Exceptions;