8 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)
211
typeDeclaration =
TypeDeclaration
(kind, namedType.Name.ToIdentifierToken());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
211
typeDeclaration =
TypeDeclaration
(kind, namedType.Name.ToIdentifierToken());
Microsoft.Interop.ComInterfaceGenerator (3)
ComClassGenerator.cs (1)
71
TypeDeclaration
(classSyntax.TypeKind, classSyntax.Identifier)
ComInterfaceGenerator.cs (2)
156
var typeDecl =
TypeDeclaration
(context.ContainingSyntax.TypeKind, context.ContainingSyntax.Identifier)
247
TypeDeclaration
(context.ContainingSyntax.TypeKind, context.ContainingSyntax.Identifier)
Microsoft.Interop.SourceGeneration (2)
ContainingSyntaxContext.cs (2)
107
TypeDeclarationSyntax type =
TypeDeclaration
(containingType.TypeKind, containingType.Identifier)
133
TypeDeclarationSyntax type =
TypeDeclaration
(containingType.TypeKind, containingType.Identifier)