1 implementation of Elements
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10721public ImmutableArray<IOperation> Elements { get; }
6 references to Elements
Microsoft.CodeAnalysis (3)
Generated\Operations.Generated.cs (2)
3969/// to the creation method are contained in <see cref="Elements" />. 4018/// specified by a <c>[CollectionBuilder]</c> attribute. This is distinct from <see cref="ICollectionExpressionOperation.Elements" />
Operations\ControlFlowGraphBuilder.cs (1)
6574operation.Elements,
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.cs (2)
322AllElementsAreConstantByteOrCharLiterals(collection.Elements, values)) 324length = collection.Elements.Length;
Microsoft.NetCore.Analyzers\Tasks\DoNotUseNonCancelableTaskDelayWithWhenAny.cs (1)
88foreach (var element in collectionExpression.Elements)