4 references to Elsewhere
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
154
return varPreference.HasFlag(UseVarPreference.
Elsewhere
);
Microsoft.CodeAnalysis.CSharp.Workspaces (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
);