2 references to Always
Microsoft.CodeAnalysis.CodeStyle (2)
AbstractForEachCastDiagnosticAnalyzer.cs (1)
67
Contract.ThrowIfFalse(option.Value is ForEachExplicitCastInSourcePreference.
Always
or ForEachExplicitCastInSourcePreference.WhenStronglyTyped);
CodeStyleOptions2.cs (1)
288
KeyValuePairUtil.Create("always", ForEachExplicitCastInSourcePreference.
Always
),