2 writes to IsInIntrinsicTypeContext
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpTypeStyleHelper.State.cs (2)
34
IsInIntrinsicTypeContext
= default;
51
IsInIntrinsicTypeContext
=
3 references to IsInIntrinsicTypeContext
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
CSharpTypeStyleHelper.State.cs (1)
57
=>
IsInIntrinsicTypeContext
? _forBuiltInTypes :
CSharpUseExplicitTypeHelper.cs (1)
28
if (state.
IsInIntrinsicTypeContext
)
CSharpUseImplicitTypeHelper.cs (1)
77
if (state.
IsInIntrinsicTypeContext
)