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