4 references to ComputeBodyMatch
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\DeclarationBody\CSharpLambdaBody.cs (1)
40=> CSharpEditAndContinueAnalyzer.ComputeBodyMatch(node, ((CSharpLambdaBody)newBody).Node, knownMatches);
EditAndContinue\DeclarationBody\FieldWithInitializerDeclarationBody.cs (1)
66=> CSharpEditAndContinueAnalyzer.ComputeBodyMatch(InitializerExpression, ((FieldWithInitializerDeclarationBody)newBody).InitializerExpression, knownMatches);
EditAndContinue\DeclarationBody\SimpleMemberBody.cs (1)
31=> CSharpEditAndContinueAnalyzer.ComputeBodyMatch(Node, ((SimpleMemberBody)newBody).Node, knownMatches);
EditAndContinue\DeclarationBody\TopLevelCodeDeclarationBody.cs (1)
56=> CSharpEditAndContinueAnalyzer.ComputeBodyMatch(Unit, ((TopLevelCodeDeclarationBody)newBody).Unit, knownMatches);