5 references to GetBlockNode
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (5)
912=> baseMethodDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 922=> localFunctionStatementNode.WithBody(GetBlockNode(formattingOptions)) 932=> accessorDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 945? GetBlockNode(formattingOptions).WithStatements(new SyntaxList<StatementSyntax>(extraNodeInsertedBetweenBraces)) 946: GetBlockNode(formattingOptions);