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