3 references to IsAllocatingRefStructCollectionExpression
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (3)
275
Debug.Assert(!
IsAllocatingRefStructCollectionExpression
(node, collectionTypeKind, elementType.Type, _compilation));
284
Debug.Assert(!
IsAllocatingRefStructCollectionExpression
(node, collectionTypeKind, elementType.Type, _compilation));
292
Debug.Assert(
IsAllocatingRefStructCollectionExpression
(node, collectionTypeKind, elementType.Type, _compilation));