4 references to GetIdForErrorCode
Microsoft.CodeAnalysis (4)
Diagnostic\CommonMessageProvider.cs (1)
19/// Caches the return values for <see cref="GetIdForErrorCode(int)"/>.
Diagnostic\DiagnosticInfo.cs (2)
85var id = messageProvider.GetIdForErrorCode(errorCode); 306return _messageProvider.GetIdForErrorCode(_errorCode);
SourceGeneration\GeneratorDriver.cs (1)
408provider.GetIdForErrorCode(errorCode),