2 overrides of TryMatchActiveStatement
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
737
protected override bool
TryMatchActiveStatement
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (1)
704
Protected Overrides Function
TryMatchActiveStatement
(oldStatement As SyntaxNode,
2 references to TryMatchActiveStatement
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
1121
hasMatching =
TryMatchActiveStatement
(oldStatementSyntax, statementPart, oldBody, newBody, out newStatementSyntax) ||
1136
hasMatching =
TryMatchActiveStatement
(oldStatementSyntax, statementPart, oldEnclosingLambdaBody, newEnclosingLambdaBody, out newStatementSyntax) ||