2 overrides of FindStatementAndPartner
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
326
protected override SyntaxNode
FindStatementAndPartner
(SyntaxNode declarationBody, TextSpan span, SyntaxNode? partnerDeclarationBody, out SyntaxNode? partner, out int statementPart)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
494
Protected Overrides Function
FindStatementAndPartner
(declarationBody As SyntaxNode,
3 references to FindStatementAndPartner
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
117
/// <see cref="
FindStatementAndPartner
"/> has to account for such cases.
182
=>
FindStatementAndPartner
(declarationBody, span, null, out _, out statementPart);
863
FindStatementAndPartner
(oldBody, oldStatementSpan, newBody, out newStatement, out statementPart);