1 write to ForEachExplicitCastInSource
Microsoft.CodeAnalysis.Workspaces (1)
IdeCodeStyleOptions.cs (1)
89ForEachExplicitCastInSource = options.GetOption(CodeStyleOptions2.ForEachExplicitCastInSource, fallbackOptions.ForEachExplicitCastInSource);
3 references to ForEachExplicitCastInSource
Microsoft.CodeAnalysis.Features (1)
AnalyzerOptionsProvider.cs (1)
93public CodeStyleOption2<ForEachExplicitCastInSourcePreference> ForEachExplicitCastInSource => GetOption(CodeStyleOptions2.ForEachExplicitCastInSource, FallbackCodeStyleOptions.ForEachExplicitCastInSource);
Microsoft.CodeAnalysis.Workspaces (2)
CodeStyleOptions2.cs (1)
295IdeCodeStyleOptions.CommonDefaults.ForEachExplicitCastInSource,
IdeCodeStyleOptions.cs (1)
89ForEachExplicitCastInSource = options.GetOption(CodeStyleOptions2.ForEachExplicitCastInSource, fallbackOptions.ForEachExplicitCastInSource);