3 references to TryMatchActiveStatement
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\DeclarationBody\CSharpLambdaBody.cs (1)
53=> CSharpEditAndContinueAnalyzer.TryMatchActiveStatement(Node, ((CSharpLambdaBody)newBody).Node, oldStatement, out newStatement);
EditAndContinue\DeclarationBody\InstanceConstructorDeclarationBody.cs (1)
85CSharpEditAndContinueAnalyzer.TryMatchActiveStatement(ExplicitBody, newCtorBody.ExplicitBody, oldStatement, out newStatement))
EditAndContinue\DeclarationBody\SimpleMemberBody.cs (1)
34=> CSharpEditAndContinueAnalyzer.TryMatchActiveStatement(Node, ((SimpleMemberBody)newBody).Node, oldStatement, out newStatement);