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