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