5 references to GetBlockNode
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (5)
909=> baseMethodDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 919=> localFunctionStatementNode.WithBody(GetBlockNode(formattingOptions)) 929=> accessorDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 942? GetBlockNode(formattingOptions).WithStatements(new SyntaxList<StatementSyntax>(extraNodeInsertedBetweenBraces)) 943: GetBlockNode(formattingOptions);