2 writes to TypeStylePreference
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
CSharpTypeStyleHelper.State.cs (2)
33
TypeStylePreference
= default;
45
this.
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)
26
var stylePreferences = state.
TypeStylePreference
;
CSharpUseImplicitTypeHelper.cs (1)
75
var stylePreferences = state.
TypeStylePreference
;