1 write to Placeholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6704this.Placeholder = placeholder;
16 references to Placeholder
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\NullableWalker.cs (2)
3945SetNotNullResult(objectInitializer.Placeholder); 3960SetNotNullResult(collectionInitializer.Placeholder);
Generated\BoundNodes.xml.Generated.cs (10)
6731if (placeholder != this.Placeholder || initializers != this.Initializers || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 6853if (placeholder != this.Placeholder || initializers != this.Initializers || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10524this.Visit(node.Placeholder); 10536this.Visit(node.Placeholder); 11829BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 11849BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 14146BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 14200BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 16549new TreeDumperNode("placeholder", null, new TreeDumperNode[] { Visit(node.Placeholder, null) }), 16584new TreeDumperNode("placeholder", null, new TreeDumperNode[] { Visit(node.Placeholder, null) }),
Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs (4)
23return objectInitializer.Update(objectInitializer.Placeholder, newInitializers, initializerExpression.Type); 25return collectionInitializer.Update(collectionInitializer.Placeholder, newInitializers, initializerExpression.Type); 45var placeholder = objectInitializer.Placeholder; 54var placeholder = collectionInitializer.Placeholder;