2 writes to IsTypeApparentInContext
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpTypeStyleHelper.State.cs (2)
35
IsTypeApparentInContext
= default;
47
IsTypeApparentInContext
=
3 references to IsTypeApparentInContext
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpTypeStyleHelper.State.cs (1)
58
IsTypeApparentInContext
? _whenTypeIsApparent : _elsewhere;
CSharpUseExplicitTypeHelper.cs (1)
32
else if (state.
IsTypeApparentInContext
)
CSharpUseImplicitTypeHelper.cs (1)
81
else if (state.
IsTypeApparentInContext
)