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