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