6 references to TypeKind
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
901writer.WriteLine($"{string.Join(" ", typeModifiers)} {syntax.TypeKind.GetDeclarationKeyword()} {syntax.Identifier}{syntax.TypeParameters}");
Microsoft.Interop.SourceGeneration (5)
ContainingSyntaxContext.cs (5)
31&& TypeKind == other.TypeKind 110TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier) 153TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier) 195writer.WriteLine($"{string.Join(" ", modifiers)} {syntax.TypeKind.GetDeclarationKeyword()} {syntax.Identifier}{syntax.TypeParameters}");