3 references to InterfaceDeclaration
Microsoft.CodeAnalysis.CSharp.Features (1)
Snippets\CSharpInterfaceSnippetProvider.cs (1)
38=> SyntaxFactory.InterfaceDeclaration(name);
Microsoft.Interop.ComInterfaceGenerator (2)
ComInterfaceGenerator.cs (1)
538private static readonly InterfaceDeclarationSyntax ImplementationInterfaceTemplate = InterfaceDeclaration("InterfaceImplementation")
VtableIndexStubGenerator.cs (1)
375InterfaceDeclaration("Native")