2 references to FindStatementAndPartner
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
905
oldBody.
FindStatementAndPartner
(oldStatementSpan, newBody, out newStatement, out statementPart);
EditAndContinue\MemberBody.cs (1)
52
=>
FindStatementAndPartner
(span, partnerDeclarationBody: null, out _, out statementPart);