4 references to WhenStronglyTyped
Microsoft.CodeAnalysis.CodeStyle (4)
AbstractForEachCastDiagnosticAnalyzer.cs (2)
67Contract.ThrowIfFalse(option.Value is ForEachExplicitCastInSourcePreference.Always or ForEachExplicitCastInSourcePreference.WhenStronglyTyped); 115if (option.Value == ForEachExplicitCastInSourcePreference.WhenStronglyTyped &&
CodeStyleOptions2.cs (1)
289KeyValuePairUtil.Create("when_strongly_typed", ForEachExplicitCastInSourcePreference.WhenStronglyTyped),
IdeCodeStyleOptions.cs (1)
26new(ForEachExplicitCastInSourcePreference.WhenStronglyTyped, NotificationOption2.Suggestion);