2 writes to _argumentOrderDoesNotMatter
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\DiagnosticDescription.cs (2)
90_argumentOrderDoesNotMatter = argumentOrderDoesNotMatter; 115_argumentOrderDoesNotMatter = argumentOrderDoesNotMatter;
4 references to _argumentOrderDoesNotMatter
Microsoft.CodeAnalysis.Test.Utilities (4)
Diagnostics\DiagnosticDescription.cs (4)
224return new DiagnosticDescription(_code, _isWarningAsError, _squiggledText, _arguments, new LinePosition(line - 1, column - 1), _syntaxPredicate, _argumentOrderDoesNotMatter, _errorCodeType, _defaultSeverityOpt, _effectiveSeverityOpt, _isSuppressed); 233return new DiagnosticDescription(_code, _isWarningAsError, _squiggledText, _arguments, _startPosition, syntaxPredicate, _argumentOrderDoesNotMatter, _errorCodeType, _defaultSeverityOpt, _effectiveSeverityOpt, _isSuppressed); 324if (_argumentOrderDoesNotMatter || d._argumentOrderDoesNotMatter)