4 references to PreferTupleSwap
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpAnalyzerOptionsProvider.cs (1)
89
public CodeStyleOption2<bool> PreferTupleSwap => GetOption(CSharpCodeStyleOptions.
PreferTupleSwap
, FallbackCodeStyleOptions.PreferTupleSwap);
CSharpIdeCodeStyleOptions.cs (1)
109
PreferTupleSwap = options.GetOption(CSharpCodeStyleOptions.
PreferTupleSwap
, fallbackOptions.PreferTupleSwap);
CSharpUseTupleSwapDiagnosticAnalyzer.cs (1)
38
CSharpCodeStyleOptions.
PreferTupleSwap
,
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (1)
UseTupleSwapTests.cs (1)
68
{ CSharpCodeStyleOptions.
PreferTupleSwap
, false, CodeStyle.NotificationOption2.Silent }