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)
4586if (info?.GetEnumeratorMethod != null) 4588IOperation? collection = info.GetEnumeratorMethod.IsStatic ? null : Visit(operation.Collection); 4601collection = applyConversion(inlineArrayConversion, collection, info.GetEnumeratorMethod.ContainingType); 4605info.GetEnumeratorMethod, 4612result = new FlowCaptureReferenceOperation(enumeratorCaptureId, operation.Collection.Syntax, info.GetEnumeratorMethod.ReturnType, constantValue: null);