2 references to GetUseVarPreference
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceVariable\CSharpIntroduceLocalForExpressionCodeRefactoringProvider.cs (1)
141
var varPreference = simplifierOptions.
GetUseVarPreference
();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpTypeStyleHelper.State.cs (1)
45
this.TypeStylePreference = options.
GetUseVarPreference
();