2 references to GetErrors
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Rename\RenamerTests.cs (1)
78foreach (var error in action.GetErrors())
Microsoft.CodeAnalysis.Workspaces (1)
Rename\Renamer.cs (1)
84/// Each action may individually encounter errors that prevent it from behaving correctly. Those are reported in <see cref="RenameDocumentAction.GetErrors(System.Globalization.CultureInfo?)"/>.