3 references to getNextIterationElements
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeSymbolExtensions.cs (3)
899
(TypeWithAnnotations nextTypeWithAnnotations, TypeSymbol? nextType) =
getNextIterationElements
(fields[i].TypeWithAnnotations, canDigThroughNullable);
930
(TypeWithAnnotations nextTypeWithAnnotations, TypeSymbol? nextType) =
getNextIterationElements
(typeArguments[i], canDigThroughNullable);
1009
(TypeWithAnnotations nextTypeWithAnnotations, TypeSymbol? nextType) =
getNextIterationElements
(currentPointer.Parameters[i].TypeWithAnnotations, canDigThroughNullable);