2 references to TryGetCheckedStatementAncestor
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
2931var oldCheckedStatement = TryGetCheckedStatementAncestor(oldActiveStatement); 2932var newCheckedStatement = TryGetCheckedStatementAncestor(newActiveStatement);