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