3 references to ForEachExplicitCastInSource
Microsoft.CodeAnalysis.CodeStyle (3)
AbstractForEachCastDiagnosticAnalyzer.cs (1)
33CodeStyleOptions2.ForEachExplicitCastInSource,
AnalyzerOptionsProvider.cs (1)
93public CodeStyleOption2<ForEachExplicitCastInSourcePreference> ForEachExplicitCastInSource => GetOption(CodeStyleOptions2.ForEachExplicitCastInSource, FallbackCodeStyleOptions.ForEachExplicitCastInSource);
IdeCodeStyleOptions.cs (1)
89ForEachExplicitCastInSource = options.GetOption(CodeStyleOptions2.ForEachExplicitCastInSource, fallbackOptions.ForEachExplicitCastInSource);