3 references to MethodDeclaration
Microsoft.CodeAnalysis.Analyzers (1)
FixAnalyzers\FixerWithFixAllAnalyzer.Fixer.cs (1)
76
var methodDeclaration = generator.
MethodDeclaration
(getFixAllProviderMethod, statements);
Microsoft.CodeAnalysis.CSharp.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\InteropServices\CSharpDynamicInterfaceCastableImplementation.Fixer.cs (1)
73
var methodDeclaration = generator.
MethodDeclaration
(method);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxGenerator.cs (1)
753
return
MethodDeclaration
(method);