1 write to CurrentProperty
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
58CurrentProperty = currentProperty;
5 references to CurrentProperty
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
4538if (info?.CurrentProperty != null) 4540var instance = info.CurrentProperty.IsStatic ? null : enumeratorRef; 4542return new PropertyReferenceOperation(info.CurrentProperty, 4548info.CurrentProperty.Type, isImplicit: true);
Operations\Loops\ForEachLoopOperationInfo.cs (1)
26/// The conversion from the type of the <see cref="CurrentProperty"/> to the <see cref="ElementType"/>.