6 references to GetArity
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Lookup.cs (4)
730
if (x.Name != y.Name || x.
GetArity
() != y.
GetArity
())
2045
result.AddSymbol(symbol, symbol.Name, symbol.
GetArity
());
2057
result.AddSymbol(symbol, symbol.Name, symbol.
GetArity
());
Binder\Binder_Patterns.cs (1)
951
return type.IsStructType() && type.Name == "ValueTuple" && type.
GetArity
() == 0 &&
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
238
result.AddSymbol(member, member.Name, member.
GetArity
());