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