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