1 write to Placeholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6442this.Placeholder = placeholder;
10 references to Placeholder
Microsoft.CodeAnalysis.CSharp (10)
FlowAnalysis\NullableWalker.cs (2)
3705Debug.Assert(node.Placeholder is { }); 3706SetUnknownResultNullability(node.Placeholder);
Generated\BoundNodes.xml.Generated.cs (4)
6466if (collectionTypeKind != this.CollectionTypeKind || placeholder != this.Placeholder || collectionCreation != this.CollectionCreation || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(collectionBuilderMethod, this.CollectionBuilderMethod) || collectionBuilderInvocationPlaceholder != this.CollectionBuilderInvocationPlaceholder || collectionBuilderInvocationConversion != this.CollectionBuilderInvocationConversion || wasTargetTyped != this.WasTargetTyped || unconvertedCollectionExpression != this.UnconvertedCollectionExpression || elements != this.Elements || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11779BoundObjectOrCollectionValuePlaceholder? placeholder = node.Placeholder; 14043BoundObjectOrCollectionValuePlaceholder? placeholder = node.Placeholder; 16471new TreeDumperNode("placeholder", null, new TreeDumperNode[] { Visit(node.Placeholder, null) }),
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (4)
248Debug.Assert(node.Placeholder is null); 340var placeholder = node.Placeholder; 394Debug.Assert(node.Placeholder is null); 458Debug.Assert(node.Placeholder is null);