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);
94
Hash.CombineValues(
_formatArguments
))));