4 references to MatchRoot
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\DeclarationBody\PropertyOrIndexerAccessorDeclarationBody.cs (4)
133
Contract.ThrowIfNull(
MatchRoot
);
134
Contract.ThrowIfNull(newPropertyBody.
MatchRoot
);
150
=>
MatchRoot
is { } oldRoot && ((PropertyOrIndexerAccessorDeclarationBody)newBody).
MatchRoot
is { } newRoot