7 references to ForEachExplicitCastInSourcePreference
Microsoft.CodeAnalysis.Workspaces (7)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (7)
296
private static readonly BidirectionalMap<string,
ForEachExplicitCastInSourcePreference
> s_forEachExplicitCastInSourcePreferencePreferenceMap =
299
KeyValuePairUtil.Create("always",
ForEachExplicitCastInSourcePreference
.Always),
300
KeyValuePairUtil.Create("when_strongly_typed",
ForEachExplicitCastInSourcePreference
.WhenStronglyTyped),
303
internal static readonly Option2<CodeStyleOption2<
ForEachExplicitCastInSourcePreference
>> ForEachExplicitCastInSource = CreateOption(
306
defaultValue: new CodeStyleOption2<
ForEachExplicitCastInSourcePreference
>(
ForEachExplicitCastInSourcePreference
.WhenStronglyTyped, NotificationOption2.Suggestion),
313
return new CodeStyleOption2<
ForEachExplicitCastInSourcePreference
>(