4 references to LocalFunctionStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
CSharpUseLocalFunctionCodeFixProvider.cs (1)
242return SyntaxFactory.LocalFunctionStatement(
MethodGenerator.cs (1)
141var localFunctionDeclaration = SyntaxFactory.LocalFunctionStatement(
Microsoft.CodeAnalysis.CSharp.Features (1)
CSharpUseLocalFunctionCodeFixProvider.cs (1)
242return SyntaxFactory.LocalFunctionStatement(
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
MethodGenerator.cs (1)
141var localFunctionDeclaration = SyntaxFactory.LocalFunctionStatement(