8 references to TypeDeclaration
Microsoft.CodeAnalysis.CSharp (1)
Syntax\TypeDeclarationSyntax.cs (1)
108return SyntaxFactory.TypeDeclaration(kind, SyntaxFactory.Identifier(identifier));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
214typeDeclaration = TypeDeclaration(kind, namedType.Name.ToIdentifierToken());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
214typeDeclaration = TypeDeclaration(kind, namedType.Name.ToIdentifierToken());
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (2)
153x.Interface.Info.TypeDefinitionContext.WrapMemberInContainingSyntaxWithUnsafeModifier(TypeDeclaration(x.Interface.Info.ContainingSyntax.TypeKind, x.Interface.Info.ContainingSyntax.Identifier) 229TypeDeclaration(context.ContainingSyntax.TypeKind, context.ContainingSyntax.Identifier)
Microsoft.Interop.SourceGeneration (2)
ContainingSyntaxContext.cs (2)
108TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier) 134TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier)
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\CodeGeneration\NamedTypeGenerator.cs (1)
214typeDeclaration = TypeDeclaration(kind, namedType.Name.ToIdentifierToken());