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