1 implementation of ICollectionExpressionElementsPlaceholderOperation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10838
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
11478
public override IOperation VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation, object? argument)
11626
public virtual void VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation) => DefaultVisit(operation);
11767
public virtual TResult? VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation, TArgument argument) => DefaultVisit(operation, argument);
Operations\ControlFlowGraphBuilder.cs (1)
7458
public override IOperation? VisitCollectionExpressionElementsPlaceholder(
ICollectionExpressionElementsPlaceholderOperation
operation, int? argument)