1 write to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6577this.CollectionBuilderElementsPlaceholder = collectionBuilderElementsPlaceholder;
9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\RefSafetyAnalysis.cs (1)
1315if (node.CollectionBuilderElementsPlaceholder is { } spanPlaceholder)
BoundTree\BoundCollectionExpression.cs (1)
15var collectionBuilderElementsPlaceholder = this.CollectionBuilderElementsPlaceholder;
FlowAnalysis\NullableWalker.cs (1)
3976var collectionBuilderElementsPlaceholder = node.CollectionBuilderElementsPlaceholder;
Generated\BoundNodes.xml.Generated.cs (4)
6602if (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)) 12227BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.CollectionBuilderElementsPlaceholder; 14541BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.CollectionBuilderElementsPlaceholder; 17016new TreeDumperNode("collectionBuilderElementsPlaceholder", null, new TreeDumperNode[] { Visit(node.CollectionBuilderElementsPlaceholder, null) }),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
586Debug.Assert(node.CollectionBuilderElementsPlaceholder is { }); 604var elementsPlaceholder = node.CollectionBuilderElementsPlaceholder;