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