6 references to IsSpecialType
Microsoft.CodeAnalysis.CodeStyle (1)
SemanticModelExtensions.cs (1)
172if (type.IsSpecialType() ||
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
CastSimplifier.cs (1)
546if (castType.IsSpecialType())
CSharpTypeStyleHelper.State.cs (2)
126return type.IsSpecialType(); 136semanticModel.GetTypeInfo(typeSyntax).Type?.IsSpecialType() == true;
TypeStyleHelper.cs (1)
19=> type?.IsSpecialType() == true;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpInlineDeclarationCodeFixProvider.cs (1)
270if (type.IsSpecialType() == true)