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