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)
278Debug.Assert(!IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType.Type, _compilation)); 287Debug.Assert(!IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType.Type, _compilation)); 295Debug.Assert(IsAllocatingRefStructCollectionExpression(node, collectionTypeKind, elementType.Type, _compilation));