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)
31string.Format(_messageFormat, args); 33public string GetMessageFormat() => _messageFormat;