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