1 write to GetEnumeratorMethod
Microsoft.CodeAnalysis (1)
Operations\Loops\ForEachLoopOperationInfo.cs (1)
64GetEnumeratorMethod = getEnumeratorMethod;
5 references to GetEnumeratorMethod
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
4575if (info?.GetEnumeratorMethod != null) 4577IOperation? collection = info.GetEnumeratorMethod.IsStatic ? null : Visit(operation.Collection); 4590collection = applyConversion(inlineArrayConversion, collection, info.GetEnumeratorMethod.ContainingType); 4594info.GetEnumeratorMethod, 4601result = new FlowCaptureReferenceOperation(enumeratorCaptureId, operation.Collection.Syntax, info.GetEnumeratorMethod.ReturnType, constantValue: null);