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