1 write to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6577
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)
3976
var collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
Generated\BoundNodes.xml.Generated.cs (4)
6602
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))
12227
BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
14541
BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
17016
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
;