2 types derived from BoundCollectionExpressionBase
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
6404
internal sealed partial class BoundUnconvertedCollectionExpression :
BoundCollectionExpressionBase
6431
internal sealed partial class BoundCollectionExpression :
BoundCollectionExpressionBase
3 references to BoundCollectionExpressionBase
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (3)
501
internal static bool IsAllocatingRefStructCollectionExpression(
BoundCollectionExpressionBase
node, CollectionExpressionTypeKind collectionKind, TypeSymbol? elementType, CSharpCompilation compilation)
510
internal static bool ShouldUseRuntimeHelpersCreateSpan(
BoundCollectionExpressionBase
node, TypeSymbol elementType)
518
private static bool ShouldUseInlineArray(
BoundCollectionExpressionBase
node, CSharpCompilation compilation)