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