Base:
property
IsEquivalentToThisReference
Microsoft.CodeAnalysis.CSharp.BoundValuePlaceholderBase.IsEquivalentToThisReference
1 write to IsEquivalentToThisReference
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
734this.IsEquivalentToThisReference = isEquivalentToThisReference;
5 references to IsEquivalentToThisReference
Microsoft.CodeAnalysis.CSharp (5)
Generated\BoundNodes.xml.Generated.cs (5)
747if (isEquivalentToThisReference != this.IsEquivalentToThisReference || receiver != this.Receiver || !TypeSymbol.Equals(type, this.Type, TypeCompareKind.ConsiderEverything)) 11172return node.Update(node.IsEquivalentToThisReference, receiver, type); 12851updatedNode = node.Update(node.IsEquivalentToThisReference, receiver, infoAndType.Type!); 12856updatedNode = node.Update(node.IsEquivalentToThisReference, receiver, node.Type); 15568new TreeDumperNode("isEquivalentToThisReference", node.IsEquivalentToThisReference, null),