6 references to RootNodes
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
461return body.RootNodes.Any(static (root, isLambda) => root.DescendantNodesAndSelf().Any(isLambda), isLambda); 964_testFaultInjector?.Invoke(newMemberBody.RootNodes.First());
EditAndContinue\DeclarationBody.cs (4)
33foreach (var root in RootNodes) 88GetType() == other?.GetType() && RootNodes.SequenceEqual(other.RootNodes); 94=> RootNodes.First().GetHashCode();