4 references to GetIteratorElementTypeFromReturnType
Microsoft.CodeAnalysis.CSharp (4)
Binder\ExecutableCodeBinder.cs (1)
137
TypeWithAnnotations elementType = InMethodBinder.
GetIteratorElementTypeFromReturnType
(compilation, refKind, returnType, errorLocation, diagnostics);
Binder\InMethodBinder.cs (1)
138
var elementType =
GetIteratorElementTypeFromReturnType
(Compilation, refKind, returnType, errorLocation: null, diagnostics: null);
FlowAnalysis\NullableWalker.cs (1)
11998
TypeWithAnnotations elementType = InMethodBinder.
GetIteratorElementTypeFromReturnType
(compilation, RefKind.None,
Symbols\Source\LocalFunctionOrSourceMemberMethodSymbol.cs (1)
29
TypeWithAnnotations elementType = InMethodBinder.
GetIteratorElementTypeFromReturnType
(DeclaringCompilation, RefKind, ReturnType, errorLocation: null, diagnostics: null);