1 implementation of Elements
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10721
public 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)
6574
operation.
Elements
,
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.NetCore.Analyzers\Performance\UseSearchValues.cs (2)
322
AllElementsAreConstantByteOrCharLiterals(collection.
Elements
, values))
324
length = collection.
Elements
.Length;
Microsoft.NetCore.Analyzers\Tasks\DoNotUseNonCancelableTaskDelayWithWhenAny.cs (1)
88
foreach (var element in collectionExpression.
Elements
)