7 references to ForEachExplicitCastInSourcePreference
Microsoft.CodeAnalysis.PublicApiAnalyzers (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (7)
297
private static readonly BidirectionalMap<string,
ForEachExplicitCastInSourcePreference
> s_forEachExplicitCastInSourcePreferencePreferenceMap =
300
KeyValuePair.Create("always",
ForEachExplicitCastInSourcePreference
.Always),
301
KeyValuePair.Create("when_strongly_typed",
ForEachExplicitCastInSourcePreference
.WhenStronglyTyped),
304
internal static readonly Option2<CodeStyleOption2<
ForEachExplicitCastInSourcePreference
>> ForEachExplicitCastInSource = CreateOption(
307
defaultValue: new CodeStyleOption2<
ForEachExplicitCastInSourcePreference
>(
ForEachExplicitCastInSourcePreference
.WhenStronglyTyped, NotificationOption2.Suggestion),
314
return new CodeStyleOption2<
ForEachExplicitCastInSourcePreference
>(