1 implementation of StructDeclaration
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
166public int? StructDeclaration => (int)SyntaxKind.StructDeclaration;
1 reference to StructDeclaration
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
1001=> node?.RawKind == syntaxFacts.SyntaxKinds.StructDeclaration;