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