5 references to GetBlockNode
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
AutomaticCompletion\AutomaticLineEnderCommandHandler_Helpers.cs (5)
906=> baseMethodDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 916=> localFunctionStatementNode.WithBody(GetBlockNode(formattingOptions)) 926=> accessorDeclarationNode.WithBody(GetBlockNode(formattingOptions)) 939? GetBlockNode(formattingOptions).WithStatements(new SyntaxList<StatementSyntax>(extraNodeInsertedBetweenBraces)) 940: GetBlockNode(formattingOptions);