1 write to Placeholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6541this.Placeholder = placeholder;
10 references to Placeholder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (2)
4030Debug.Assert(node.Placeholder is { }); 4031SetUnknownResultNullability(node.Placeholder);
Generated\BoundNodes.xml.Generated.cs (4)
6569if (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)) 12069BoundObjectOrCollectionValuePlaceholder? placeholder = node.Placeholder; 14367BoundObjectOrCollectionValuePlaceholder? placeholder = node.Placeholder; 16805new TreeDumperNode("placeholder", null, new TreeDumperNode[] { Visit(node.Placeholder, null) }),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (4)
258Debug.Assert(node.Placeholder is null); 434var placeholder = node.Placeholder; 487Debug.Assert(node.Placeholder is null); 584Debug.Assert(node.Placeholder is null);