1 write to PreferTupleSwap
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIdeCodeStyleOptions.cs (1)
109
PreferTupleSwap
= options.GetOption(CSharpCodeStyleOptions.PreferTupleSwap, fallbackOptions.PreferTupleSwap);
3 references to PreferTupleSwap
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpAnalyzerOptionsProvider.cs (1)
89
public CodeStyleOption2<bool> PreferTupleSwap => GetOption(CSharpCodeStyleOptions.PreferTupleSwap, FallbackCodeStyleOptions.
PreferTupleSwap
);
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpCodeStyleOptions.cs (1)
180
CSharpIdeCodeStyleOptions.Default.
PreferTupleSwap
);
CSharpIdeCodeStyleOptions.cs (1)
109
PreferTupleSwap = options.GetOption(CSharpCodeStyleOptions.PreferTupleSwap, fallbackOptions.
PreferTupleSwap
);