4 references to ForEach
Microsoft.CodeAnalysis.CSharp.Features (4)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (4)
487
=> position < node.OpenParenToken.SpanStart ? ForEachPart.
ForEach
:
495
ForEachPart.
ForEach
=> node.ForEachKeyword.Span,
505
ForEachPart.
ForEach
=> node.ForEachKeyword.Span,
995
yield return (node, (int)ForEachPart.
ForEach
);