1 implementation of InterfaceDeclaration
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
165public int InterfaceDeclaration => (int)SyntaxKind.InterfaceDeclaration;
1 reference to InterfaceDeclaration
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
983=> node?.RawKind == syntaxFacts.SyntaxKinds.InterfaceDeclaration;