3 instantiations of CollectionExpressionElementsPlaceholderOperation
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
11479
return new
CollectionExpressionElementsPlaceholderOperation
(internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);
Operations\ControlFlowGraphBuilder.cs (1)
7449
return new
CollectionExpressionElementsPlaceholderOperation
(semanticModel: null, operation.Syntax, operation.Type, operation.IsImplicit);
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory.cs (1)
326
return new
CollectionExpressionElementsPlaceholderOperation
(
2 references to CollectionExpressionElementsPlaceholderOperation
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
11478
var
internalOperation = (
CollectionExpressionElementsPlaceholderOperation
)operation;