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)) 11179return node.Update(node.IsEquivalentToThisReference, receiver, type); 12860updatedNode = node.Update(node.IsEquivalentToThisReference, receiver, infoAndType.Type!); 12865updatedNode = node.Update(node.IsEquivalentToThisReference, receiver, node.Type); 15579new TreeDumperNode("isEquivalentToThisReference", node.IsEquivalentToThisReference, null),