1 write to CurrentProperty
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
65
CurrentProperty
= currentProperty;
5 references to CurrentProperty
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (4)
4635
if (info?.
CurrentProperty
!= null)
4637
var instance = info.
CurrentProperty
.IsStatic ? null : enumeratorRef;
4639
return new PropertyReferenceOperation(info.
CurrentProperty
,
4645
info.
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"/>.