1 write to Placeholder
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
6705this.Placeholder = placeholder;
16 references to Placeholder
Microsoft.CodeAnalysis.CSharp (16)
FlowAnalysis\NullableWalker.cs (2)
4061SetNotNullResult(objectInitializer.Placeholder); 4076SetNotNullResult(collectionInitializer.Placeholder);
Generated\BoundNodes.xml.Generated.cs (10)
6732if (placeholder != this.Placeholder || initializers != this.Initializers || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 6854if (placeholder != this.Placeholder || initializers != this.Initializers || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10527this.Visit(node.Placeholder); 10539this.Visit(node.Placeholder); 11832BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 11852BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 14149BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 14203BoundObjectOrCollectionValuePlaceholder placeholder = (BoundObjectOrCollectionValuePlaceholder)this.Visit(node.Placeholder); 16552new TreeDumperNode("placeholder", null, new TreeDumperNode[] { Visit(node.Placeholder, null) }), 16587new 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;