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