1 write to syntaxNode
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.cs (1)
27this.syntaxNode = syntaxNode;
3 references to syntaxNode
Microsoft.CodeAnalysis.CSharp (3)
Binder\BinderFactory.cs (3)
33return syntaxNode == other.syntaxNode && this.usage == other.usage; 38return Hash.Combine(syntaxNode.GetHashCode(), (int)usage);