4 overrides of MatchRoot
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\DeclarationBody\ExplicitAutoPropertyAccessorDeclarationBody.cs (1)
23public override SyntaxNode? MatchRoot
EditAndContinue\DeclarationBody\PropertyOrIndexerAccessorWithExplicitBodyDeclarationBody.cs (1)
39public override SyntaxNode? MatchRoot
EditAndContinue\DeclarationBody\PropertyOrIndexerWithExplicitBodyDeclarationBody.cs (1)
34public override SyntaxNode? MatchRoot
EditAndContinue\DeclarationBody\RecordParameterDeclarationBody.cs (1)
26public override SyntaxNode? MatchRoot
4 references to MatchRoot
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\DeclarationBody\PropertyOrIndexerAccessorDeclarationBody.cs (4)
134Contract.ThrowIfNull(MatchRoot); 135Contract.ThrowIfNull(newPropertyBody.MatchRoot); 151=> MatchRoot is { } oldRoot && ((PropertyOrIndexerAccessorDeclarationBody)newBody).MatchRoot is { } newRoot