6 references to TypeDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Syntax\TypeDeclarationSyntax.cs (1)
108
return SyntaxFactory.
TypeDeclaration
(kind, SyntaxFactory.Identifier(identifier));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
214
typeDeclaration =
TypeDeclaration
(kind, namedType.Name.ToIdentifierToken());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
214
typeDeclaration =
TypeDeclaration
(kind, namedType.Name.ToIdentifierToken());
Microsoft.Interop.SourceGeneration (2)
ContainingSyntaxContext.cs (2)
108
TypeDeclarationSyntax type =
TypeDeclaration
(containingType.TypeKind, containingType.Identifier)
134
TypeDeclarationSyntax type =
TypeDeclaration
(containingType.TypeKind, containingType.Identifier)
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
214
typeDeclaration =
TypeDeclaration
(kind, namedType.Name.ToIdentifierToken());