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