3 references to IsNonLeaf
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
914var ancestors = GetExceptionHandlingAncestors(newStatement, newBody.EncompassingAncestor, oldActiveStatements[i].Statement.IsNonLeaf); 1199var isNonLeaf = oldActiveStatements[activeStatementIndex].Statement.IsNonLeaf;
EditAndContinue\ActiveStatementsMap.cs (1)
204var exceptionRegions = analyzer.GetExceptionRegions(oldRoot, unmappedSpan, activeStatement.IsNonLeaf, cancellationToken);