2 references to GetErrorId
Microsoft.VisualStudio.LanguageServices (2)
TaskList\ProjectExternalErrorReporter.cs (2)
79
var errorIds = allErrors.Select(e => e.iErrorID).Distinct().Select(
GetErrorId
).ToImmutableArray();
311
=>
GetErrorId
(error.iErrorID);