3 references to GetForEachStatementAsForItem
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_ForEachStatement.cs (3)
555private BoundStatement RewriteForEachStatementAsFor<TArg>(BoundForEachStatement node, GetForEachStatementAsForPreamble? getPreamble, GetForEachStatementAsForItem<TArg> getItem, GetForEachStatementAsForLength<TArg> getLength, TArg arg) 583GetForEachStatementAsForItem<TArg> getItem, 752private static GetForEachStatementAsForItem<object?> GetInlineArrayForEachStatementGetItemDelegate()