1 write to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6542
this.
CollectionBuilderElementsPlaceholder
= collectionBuilderElementsPlaceholder;
9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\RefSafetyAnalysis.cs (1)
1315
if (node.
CollectionBuilderElementsPlaceholder
is { } spanPlaceholder)
BoundTree\BoundCollectionExpression.cs (1)
15
var collectionBuilderElementsPlaceholder = this.
CollectionBuilderElementsPlaceholder
;
FlowAnalysis\NullableWalker.cs (1)
3948
var collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
Generated\BoundNodes.xml.Generated.cs (4)
6567
if (collectionTypeKind != this.CollectionTypeKind || placeholder != this.Placeholder || collectionCreation != this.CollectionCreation || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(collectionBuilderMethod, this.CollectionBuilderMethod) || collectionBuilderElementsPlaceholder != this.
CollectionBuilderElementsPlaceholder
|| wasTargetTyped != this.WasTargetTyped || hasWithElement != this.HasWithElement || unconvertedCollectionExpression != this.UnconvertedCollectionExpression || elements != this.Elements || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything))
12069
BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
14367
BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
16805
new TreeDumperNode("collectionBuilderElementsPlaceholder", null, new TreeDumperNode[] { Visit(node.
CollectionBuilderElementsPlaceholder
, null) }),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
586
Debug.Assert(node.
CollectionBuilderElementsPlaceholder
is { });
604
var elementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;