3 references to IsAllocatingRefStructCollectionExpression
Microsoft.CodeAnalysis.CSharp (3)
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));