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