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