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