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