1 write to usage
Microsoft.CodeAnalysis.CSharp (1)
Binder\BinderFactory.cs (1)
28
this.
usage
= usage;
3 references to usage
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
);