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