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