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)
104
var length =
_formatArguments
.Length;
108
writer.WriteString(
_formatArguments
[i]);
117
(
_formatArguments
.Length > 0 ? string.Format(resourceString,
_formatArguments
) : resourceString) :
128
_formatArguments
.SequenceEqual(otherResourceString.
_formatArguments
, (a, b) => a == b);
136
Hash.CombineValues(
_formatArguments
))));