1 write to _formatArguments
Microsoft.CodeAnalysis (1)
Diagnostic\LocalizableResourceString.cs (1)
67_formatArguments = formatArguments;
5 references to _formatArguments
Microsoft.CodeAnalysis (5)
Diagnostic\LocalizableResourceString.cs (5)
75(_formatArguments.Length > 0 ? string.Format(resourceString, _formatArguments) : resourceString) : 86_formatArguments.SequenceEqual(otherResourceString._formatArguments, (a, b) => a == b); 94Hash.CombineValues(_formatArguments))));