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