1 write to InitialBindingReceiverIsSubjectToCloning
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
7461this.InitialBindingReceiverIsSubjectToCloning = initialBindingReceiverIsSubjectToCloning;
10 references to InitialBindingReceiverIsSubjectToCloning
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (2)
311ReceiverIsSubjectToCloning = propertyAccess.InitialBindingReceiverIsSubjectToCloning, 765propertyAccess.InitialBindingReceiverIsSubjectToCloning,
Binder\Binder_Statements.cs (1)
1617var methodInvocationInfo = MethodInvocationInfo.FromCallParts(propSet, property.ReceiverOpt, args: [op2], receiverIsSubjectToCloning: property.InitialBindingReceiverIsSubjectToCloning);
Binder\RefSafetyAnalysis.cs (1)
1058Debug.Assert(node.InitialBindingReceiverIsSubjectToCloning != ThreeState.Unknown);
Generated\BoundNodes.xml.Generated.cs (5)
7479if (receiverOpt != this.ReceiverOpt || initialBindingReceiverIsSubjectToCloning != this.InitialBindingReceiverIsSubjectToCloning || !Symbols.SymbolEqualityComparer.ConsiderEverything.Equals(propertySymbol, this.PropertySymbol) || autoPropertyAccessorKind != this.AutoPropertyAccessorKind || resultKind != this.ResultKind || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 12391return node.Update(receiverOpt, node.InitialBindingReceiverIsSubjectToCloning, propertySymbol, node.AutoPropertyAccessorKind, node.ResultKind, type); 14948updatedNode = node.Update(receiverOpt, node.InitialBindingReceiverIsSubjectToCloning, propertySymbol, node.AutoPropertyAccessorKind, node.ResultKind, infoAndType.Type!); 14953updatedNode = node.Update(receiverOpt, node.InitialBindingReceiverIsSubjectToCloning, propertySymbol, node.AutoPropertyAccessorKind, node.ResultKind, node.Type); 17268new TreeDumperNode("initialBindingReceiverIsSubjectToCloning", node.InitialBindingReceiverIsSubjectToCloning, null),
Lowering\LocalRewriter\LocalRewriter_CompoundAssignmentOperator.cs (1)
735propertyAccess.InitialBindingReceiverIsSubjectToCloning, propertyAccess.PropertySymbol, propertyAccess.AutoPropertyAccessorKind, propertyAccess.ResultKind, propertyAccess.Type);