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