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