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)
58
get { return
arity
; }
207
return new TopLevel(_containingModule, _namespaceName, name,
arity
, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData);
339
return Hash.Combine(MetadataName, Hash.Combine(_containingModule, Hash.Combine(_namespaceName,
arity
)));
353
var other = new TopLevel(_containingModule, _namespaceName, name,
arity
, mangleName, isNativeInt: asNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, TupleData);
394
arity
== other.
arity
&&
451
return Hash.Combine(_containingType, Hash.Combine(MetadataName,
arity
));
463
arity
== other.
arity
&&