1 instantiation of State
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpTypeStyleHelper.cs (1)
66var state = new State(
4 references to State
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
CSharpTypeStyleHelper.cs (2)
55protected abstract bool IsStylePreferred(in State state); 66var state = new State(
CSharpUseExplicitTypeHelper.cs (1)
24protected override bool IsStylePreferred(in State state)
CSharpUseImplicitTypeHelper.cs (1)
73protected override bool IsStylePreferred(in State state)