6 references to TypeKind
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
620writer.WriteLine($"{string.Join(" ", syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword))} {syntax.TypeKind.GetDeclarationKeyword()} {syntax.Identifier}{syntax.TypeParameters}");
Microsoft.Interop.SourceGeneration (5)
ContainingSyntaxContext.cs (5)
31&& TypeKind == other.TypeKind 108TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier) 134TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier) 172writer.WriteLine($"{string.Join(" ", syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword))} {syntax.TypeKind.GetDeclarationKeyword()} {syntax.Identifier}{syntax.TypeParameters}");