1 write to arity
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingMetadataTypeSymbol.cs (1)
34
this.
arity
= arity;
9 references to arity
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MissingMetadataTypeSymbol.cs (9)
59
get { return
arity
; }
208
return new TopLevel(_containingModule, _namespaceName, name,
arity
, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData);
340
return Hash.Combine(MetadataName, Hash.Combine(_containingModule, Hash.Combine(_namespaceName,
arity
)));
354
var other = new TopLevel(_containingModule, _namespaceName, name,
arity
, mangleName, isNativeInt: asNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, TupleData);
395
arity
== other.
arity
&&
452
return Hash.Combine(_containingType, Hash.Combine(MetadataName,
arity
));
464
arity
== other.
arity
&&