1 implementation of Exceptions
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
TestExtensionErrorHandler.cs (1)
20public ImmutableList<Exception> Exceptions { get; private set; } = ImmutableList<Exception>.Empty;
1 reference to Exceptions
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\UseExportProviderAttribute.cs (1)
166var exceptions = testErrorHandler.Exceptions;