3 references to Elsewhere
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpSimplifierOptions.cs (1)
63stylePreferences |= UseVarPreference.Elsewhere;
CSharpUseExplicitTypeHelper.cs (1)
38return !stylePreferences.HasFlag(UseVarPreference.Elsewhere);
CSharpUseImplicitTypeHelper.cs (1)
87return stylePreferences.HasFlag(UseVarPreference.Elsewhere);