2 writes to IsNewInstance
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
663this.IsNewInstance = isNewInstance; 672this.IsNewInstance = isNewInstance;
5 references to IsNewInstance
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (1)
1664return placeholder.IsNewInstance;
Generated\BoundNodes.xml.Generated.cs (4)
683if (isNewInstance != this.IsNewInstance || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 10474return node.Update(node.IsNewInstance, type); 11907BoundObjectOrCollectionValuePlaceholder updatedNode = node.Update(node.IsNewInstance, infoAndType.Type!); 14505new TreeDumperNode("isNewInstance", node.IsNewInstance, null),