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