5 references to TypeDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Syntax\TypeDeclarationSyntax.cs (1)
104return SyntaxFactory.TypeDeclaration(kind, SyntaxFactory.Identifier(identifier));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
212typeDeclaration = TypeDeclaration(kind, namedType.Name.ToIdentifierToken());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
212typeDeclaration = TypeDeclaration(kind, namedType.Name.ToIdentifierToken());
Microsoft.Interop.ComInterfaceGenerator (2)
ComClassGenerator.cs (1)
71TypeDeclaration(classSyntax.TypeKind, classSyntax.Identifier)
ComInterfaceGenerator.cs (1)
224TypeDeclaration(context.ContainingSyntax.TypeKind, context.ContainingSyntax.Identifier)