3 writes to _formatArguments
Microsoft.CodeAnalysis.CodeStyle (3)
DiagnosticHelper.cs (3)
300_formatArguments = new string[formatArguments.Length]; 314_formatArguments = Array.Empty<string>(); 324_formatArguments = argumentsBuilder.ToArray();
8 references to _formatArguments
Microsoft.CodeAnalysis.CodeStyle (8)
DiagnosticHelper.cs (8)
303_formatArguments[i] = $"{formatArguments[i]}"; 333var length = _formatArguments.Length; 337writer.WriteString(_formatArguments[i]); 345? (_formatArguments.Length > 0 ? string.Format(formatProvider, messageFormat, _formatArguments) : messageFormat) 353_formatArguments.SequenceEqual(otherResourceString._formatArguments, (a, b) => a == b); 360Hash.CombineValues(_formatArguments));