7 references to TypeKind
Microsoft.Interop.ComInterfaceGenerator (3)
ComClassGenerator.cs (1)
71TypeDeclaration(classSyntax.TypeKind, classSyntax.Identifier)
ComInterfaceGenerator.cs (2)
149var typeDecl = TypeDeclaration(context.ContainingSyntax.TypeKind, context.ContainingSyntax.Identifier) 236TypeDeclaration(context.ContainingSyntax.TypeKind, context.ContainingSyntax.Identifier)
Microsoft.Interop.SourceGeneration (4)
ContainingSyntaxContext.cs (4)
30&& TypeKind == other.TypeKind 107TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier) 133TypeDeclarationSyntax type = TypeDeclaration(containingType.TypeKind, containingType.Identifier)