4 references to CollectionExpressionElementsPlaceholder
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (2)
4027/// <item><description><see cref="OperationKind.CollectionExpressionElementsPlaceholder"/></description></item> 10851public override OperationKind Kind => OperationKind.CollectionExpressionElementsPlaceholder;
Operations\ControlFlowGraphBuilder.cs (2)
1292|| slot.operationOpt.Kind == OperationKind.CollectionExpressionElementsPlaceholder)); 1862&& operationOpt.Kind != OperationKind.CollectionExpressionElementsPlaceholder)