3 references to PreferInferredTupleNames
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractUseInferredMemberNameDiagnosticAnalyzer.cs (1)
20options: ImmutableHashSet.Create<IOption2>(CodeStyleOptions2.PreferInferredAnonymousTypeMemberNames, CodeStyleOptions2.PreferInferredTupleNames),
AnalyzerOptionsProvider.cs (1)
79public CodeStyleOption2<bool> PreferInferredTupleNames => GetOption(CodeStyleOptions2.PreferInferredTupleNames, FallbackCodeStyleOptions.PreferInferredTupleNames);
IdeCodeStyleOptions.cs (1)
75PreferInferredTupleNames = options.GetOption(CodeStyleOptions2.PreferInferredTupleNames, language, fallbackOptions.PreferInferredTupleNames);