9 references to MethodDeclaration
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
121
return
MethodDeclaration
(stub.StubReturnType, stubMethodSyntax.Identifier)
Microsoft.Interop.JavaScript.JSImportGenerator (4)
JSExportGenerator.cs (3)
120
MemberDeclarationSyntax wrappperMethod =
MethodDeclaration
(PredefinedType(Token(SyntaxKind.VoidKeyword)), Identifier(wrapperName))
215
MemberDeclarationSyntax method =
MethodDeclaration
(PredefinedType(Token(SyntaxKind.VoidKeyword)), Identifier(initializerName))
221
MemberDeclarationSyntax initializerMethod =
MethodDeclaration
(PredefinedType(Token(SyntaxKind.VoidKeyword)), Identifier(trimmingPreserveName))
JSImportGenerator.cs (1)
92
MethodDeclarationSyntax stubMethod =
MethodDeclaration
(stub.SignatureContext.StubReturnType, userDeclaredMethod.Identifier)
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (2)
157
return
MethodDeclaration
(stub.StubReturnType, userDeclaredMethod.Identifier)
354
MethodDeclarationSyntax stubMethod =
MethodDeclaration
(stub.SignatureContext.StubReturnType, userDeclaredMethod.Identifier)
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
143
return
MethodDeclaration
(stub.StubReturnType, userDeclaredMethod.Identifier)
302
MethodDeclarationSyntax stubMethod =
MethodDeclaration
(stub.SignatureContext.StubReturnType, userDeclaredMethod.Identifier)