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