2 writes to _titleFormat
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DiagnosticString.cs (2)
19_titleFormat = resourceManager.GetString($"{diagnosticId}Title") ?? throw new InvalidOperationException($"{diagnosticId} does not have a matching resource called {diagnosticId}Title"); 26_titleFormat = resourceManager.GetString($"{diagnosticResourceStringName}Title") ?? throw new InvalidOperationException($"{diagnosticResourceStringName} does not have a matching resource called {diagnosticResourceStringName}Title");
2 references to _titleFormat
ILLink.RoslynAnalyzer (2)
src\tools\illink\src\ILLink.Shared\DiagnosticString.cs (2)
36string.Format(_titleFormat, args); 38public string GetTitleFormat() => _titleFormat;