4 references to IsStructType
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UsePrimaryConstructor\CSharpUsePrimaryConstructorDiagnosticAnalyzer.cs (1)
353
if (namedType.
IsStructType
() && constructor.IsImplicitlyDeclared)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Simplification\Simplifiers\CastSimplifier.cs (1)
708
if (!castType.
IsStructType
())
Microsoft.CodeAnalysis.Features (2)
Common\SymbolDisplayPartKindTags.cs (1)
25
if (namedType.
IsStructType
())
Completion\Providers\AbstractRecommendationServiceBasedCompletionProvider.cs (1)
148
if (namedType.
IsStructType
() || namedType.IsStatic || namedType.IsSealed)