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