4 references to MatchRoot
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\DeclarationBody\InstanceConstructorDeclarationBody.cs (4)
90if (MatchRoot == null || newCtorBody.MatchRoot == null) 103=> MatchRoot is { } oldRoot && ((InstanceConstructorDeclarationBody)newBody).MatchRoot is { } newRoot