4 references to IsSpanOrListType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Semantics\Conversions\ConversionsBase.cs (2)
1666
else if (
IsSpanOrListType
(compilation, destination, WellKnownType.System_Span_T, out elementType))
1670
else if (
IsSpanOrListType
(compilation, destination, WellKnownType.System_ReadOnlySpan_T, out elementType))
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
45
if (ConversionsBase.
IsSpanOrListType
(_compilation, node.Type, WellKnownType.System_Collections_Generic_List_T, out var listElementType))
65
if (ConversionsBase.
IsSpanOrListType
(_compilation, node.Type, WellKnownType.System_Collections_Immutable_ImmutableArray_T, out var arrayElementType))