2 references to Always
Microsoft.CodeAnalysis.CodeStyle (2)
src\Analyzers\Core\Analyzers\ForEachCast\AbstractForEachCastDiagnosticAnalyzer.cs (1)
59
Contract.ThrowIfFalse(option.Value is ForEachExplicitCastInSourcePreference.
Always
or ForEachExplicitCastInSourcePreference.WhenStronglyTyped);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (1)
299
KeyValuePairUtil.Create("always", ForEachExplicitCastInSourcePreference.
Always
),