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)
85
var id = messageProvider.
GetIdForErrorCode
(errorCode);
306
return _messageProvider.
GetIdForErrorCode
(_errorCode);
SourceGeneration\GeneratorDriver.cs (1)
408
provider.
GetIdForErrorCode
(errorCode),