2 writes to IsNewInstance
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
660this.IsNewInstance = isNewInstance; 669this.IsNewInstance = isNewInstance;
5 references to IsNewInstance
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (1)
2183return placeholder.IsNewInstance;
Generated\BoundNodes.xml.Generated.cs (4)
680if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11171return node.Update(node.IsNewInstance, type); 12834BoundObjectOrCollectionValuePlaceholder updatedNode = node.Update(node.IsNewInstance, infoAndType.Type!); 15555new TreeDumperNode("isNewInstance", node.IsNewInstance, null),