7 references to TypeKind
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (2)
225
TypeDeclaration(context.ContainingSyntax.
TypeKind
, context.ContainingSyntax.Identifier)
234
TypeDeclaration(containingSyntax.
TypeKind
, containingSyntax.Identifier)
Microsoft.Interop.SourceGeneration (5)
ContainingSyntaxContext.cs (5)
31
&&
TypeKind
== other.
TypeKind
108
TypeDeclarationSyntax type = TypeDeclaration(containingType.
TypeKind
, containingType.Identifier)
134
TypeDeclarationSyntax type = TypeDeclaration(containingType.
TypeKind
, containingType.Identifier)
172
string declarationKeyword = syntax.
TypeKind
switch