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