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