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