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