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