1 implementation of GetExecutableBlockStatements
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractBlockFacts.cs (1)
14public abstract IReadOnlyList<SyntaxNode> GetExecutableBlockStatements(SyntaxNode? node);
2 references to GetExecutableBlockStatements
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
AbstractMoveDeclarationNearReferenceService.State.cs (2)
123InnermostBlockStatements = blockFacts.GetExecutableBlockStatements(InnermostBlock); 124OutermostBlockStatements = blockFacts.GetExecutableBlockStatements(OutermostBlock);