2 references to GetDeclarationKeyword
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
620
writer.WriteLine($"{string.Join(" ", syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword))} {syntax.TypeKind.
GetDeclarationKeyword
()} {syntax.Identifier}{syntax.TypeParameters}");
Microsoft.Interop.SourceGeneration (1)
ContainingSyntaxContext.cs (1)
172
writer.WriteLine($"{string.Join(" ", syntax.Modifiers.AddToModifiers(SyntaxKind.UnsafeKeyword))} {syntax.TypeKind.
GetDeclarationKeyword
()} {syntax.Identifier}{syntax.TypeParameters}");