2 writes to TypeStylePreference
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpTypeStyleHelper.State.cs (2)
33TypeStylePreference = default; 45this.TypeStylePreference = options.GetUseVarPreference();
3 references to TypeStylePreference
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
CSharpTypeStyleHelper.State.cs (1)
49&& IsTypeApparentInDeclaration(varDecl, semanticModel, TypeStylePreference, cancellationToken);
CSharpUseExplicitTypeHelper.cs (1)
26var stylePreferences = state.TypeStylePreference;
CSharpUseImplicitTypeHelper.cs (1)
75var stylePreferences = state.TypeStylePreference;