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