3 writes to _formatArguments
Microsoft.CodeAnalysis (3)
Diagnostic\LocalizableResourceString.cs (3)
72_formatArguments = formatArguments; 84_formatArguments = Array.Empty<string>(); 94_formatArguments = argumentsBuilder.ToArrayAndFree();
7 references to _formatArguments
Microsoft.CodeAnalysis (7)
Diagnostic\LocalizableResourceString.cs (7)
104var length = _formatArguments.Length; 108writer.WriteString(_formatArguments[i]); 117(_formatArguments.Length > 0 ? string.Format(resourceString, _formatArguments) : resourceString) : 128_formatArguments.SequenceEqual(otherResourceString._formatArguments, (a, b) => a == b); 136Hash.CombineValues(_formatArguments))));