7 references to TryGetCollectionIterationType
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (2)
1434result = TryGetCollectionIterationType(syntax, targetTypeOriginalDefinition, out TypeWithAnnotations elementTypeOriginalDefinition); 2292if (!TryGetCollectionIterationType(node.Syntax, targetType, out elementTypeWithAnnotations))
Binder\Semantics\Conversions\Conversions.cs (1)
175_binder.TryGetCollectionIterationType(syntax, targetType, out elementTypeWithAnnotations);
Binder\Semantics\OverloadResolution\OverloadResolution.cs (3)
1351binder.TryGetCollectionIterationType(syntax, type, out elementType); 3232_binder.TryGetCollectionIterationType(CSharpSyntaxTree.Dummy.GetRoot(), t1, out elementType1); 3237_binder.TryGetCollectionIterationType(CSharpSyntaxTree.Dummy.GetRoot(), t2, out elementType2);
FlowAnalysis\NullableWalker.cs (1)
4184_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);