1 implementation of ICollectionExpressionElementsPlaceholderOperation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10836
internal sealed partial class CollectionExpressionElementsPlaceholderOperation : Operation,
ICollectionExpressionElementsPlaceholderOperation
6 references to ICollectionExpressionElementsPlaceholderOperation
Microsoft.CodeAnalysis (6)
Generated\OperationKind.Generated.cs (1)
289
/// <summary>Indicates an <see cref="
ICollectionExpressionElementsPlaceholderOperation
"/>.</summary>
Generated\Operations.Generated.cs (4)
3968
/// <see cref="
ICollectionExpressionElementsPlaceholderOperation
" />. The actual elements passed
11476
public override IOperation VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation, object? argument)
11623
public virtual void VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation) => DefaultVisit(operation);
11763
public virtual TResult? VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation, TArgument argument) => DefaultVisit(operation, argument);
Operations\ControlFlowGraphBuilder.cs (1)
7458
public override IOperation? VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation, int? argument)