2 writes to _messageFormat
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DiagnosticString.cs (2)
20
_messageFormat
= resourceManager.GetString ($"{diagnosticId}Message") ?? throw new InvalidOperationException ($"{diagnosticId} does not have a matching resource called {diagnosticId}Message");
27
_messageFormat
= resourceManager.GetString ($"{diagnosticResourceStringName}Message") ?? throw new InvalidOperationException ($"{diagnosticResourceStringName} does not have a matching resource called {diagnosticResourceStringName}Message");
2 references to _messageFormat
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DiagnosticString.cs (2)
31
string.Format (
_messageFormat
, args);
33
public string GetMessageFormat () =>
_messageFormat
;