1 write to GetEnumeratorMethod
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
57
GetEnumeratorMethod
= getEnumeratorMethod;
4 references to GetEnumeratorMethod
Microsoft.CodeAnalysis (4)
Operations\ControlFlowGraphBuilder.cs (4)
4494
if (info?.
GetEnumeratorMethod
!= null)
4497
info.
GetEnumeratorMethod
,
4498
info.
GetEnumeratorMethod
.IsStatic ? null : Visit(operation.Collection),
4504
result = new FlowCaptureReferenceOperation(enumeratorCaptureId, operation.Collection.Syntax, info.
GetEnumeratorMethod
.ReturnType, constantValue: null);