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