7 references to TryGetCollectionIterationType
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Conversions.cs (2)
1043result = TryGetCollectionIterationType(syntax, targetTypeOriginalDefinition, out TypeWithAnnotations elementTypeOriginalDefinition); 1770if (!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)
1345binder.TryGetCollectionIterationType(syntax, type, out elementType); 3215_binder.TryGetCollectionIterationType(CSharpSyntaxTree.Dummy.GetRoot(), t1, out elementType1); 3220_binder.TryGetCollectionIterationType(CSharpSyntaxTree.Dummy.GetRoot(), t2, out elementType2);
FlowAnalysis\NullableWalker.cs (1)
4030_binder.TryGetCollectionIterationType(node.Syntax, collectionType, out targetElementType);