2 references to PreferTupleSwap
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Analyzers\CSharp\Analyzers\CodeStyle\CSharpAnalyzerOptionsProvider.cs (1)
66
public CodeStyleOption2<bool> PreferTupleSwap => GetOption(CSharpCodeStyleOptions.
PreferTupleSwap
);
src\Analyzers\CSharp\Analyzers\UseTupleSwap\CSharpUseTupleSwapDiagnosticAnalyzer.cs (1)
38
CSharpCodeStyleOptions.
PreferTupleSwap
,