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