2 references to FindStatement
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1010
var oldStatementSyntax =
FindStatement
(oldBody, oldStatementSpan, out var statementPart);
1292
trackedStatement =
FindStatement
(body, trackedSpan, out trackedStatementPart);