4 references to IsAllocatingRefStructCollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
829if (LocalRewriter.IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType, Compilation))
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (3)
277Debug.Assert(!IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType.Type, _compilation)); 286Debug.Assert(!IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType.Type, _compilation)); 294Debug.Assert(IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType.Type, _compilation));