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