1 write to ElementType
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
56
ElementType
= elementType;
3 references to ElementType
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (1)
4436
AddStatement(getLoopControlVariableAssignment(applyConversion(info?.CurrentConversion, getCurrent(OperationCloner.CloneOperation(enumerator)), info?.
ElementType
)));
Operations\Loops\ForEachLoopOperationInfo.cs (2)
26
/// The conversion from the type of the <see cref="CurrentProperty"/> to the <see cref="
ElementType
"/>.
31
/// The conversion from the <see cref="
ElementType
"/> to the iteration variable type.