5 references to GetBlockNode
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (5)
904=> baseMethodDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 914=> localFunctionStatementNode.WithBody(GetBlockNode(formattingOptions)) 924=> accessorDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 937? GetBlockNode(formattingOptions).WithStatements(new SyntaxList<StatementSyntax>(extraNodeInsertedBetweenBraces)) 938: GetBlockNode(formattingOptions);