4 references to Elsewhere
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
154return varPreference.HasFlag(UseVarPreference.Elsewhere);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpSimplifierOptions.cs (1)
63stylePreferences |= UseVarPreference.Elsewhere;
CSharpUseExplicitTypeHelper.cs (1)
38return !stylePreferences.HasFlag(UseVarPreference.Elsewhere);
CSharpUseImplicitTypeHelper.cs (1)
87return stylePreferences.HasFlag(UseVarPreference.Elsewhere);