1 write to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6558
this.
CollectionBuilderElementsPlaceholder
= collectionBuilderElementsPlaceholder;
9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\RefSafetyAnalysis.cs (1)
1359
if (node.
CollectionBuilderElementsPlaceholder
is { } spanPlaceholder)
BoundTree\BoundCollectionExpression.cs (1)
15
var collectionBuilderElementsPlaceholder = this.
CollectionBuilderElementsPlaceholder
;
FlowAnalysis\NullableWalker.cs (1)
4008
var collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
Generated\BoundNodes.xml.Generated.cs (4)
6583
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
;
14548
BoundCollectionBuilderElementsPlaceholder? collectionBuilderElementsPlaceholder = node.
CollectionBuilderElementsPlaceholder
;
17028
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
;