1 write to mangleName
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingMetadataTypeSymbol.cs (1)
35this.mangleName = (mangleName && arity > 0);
3 references to mangleName
Microsoft.CodeAnalysis.CSharp (3)
Symbols\MissingMetadataTypeSymbol.cs (3)
47return mangleName; 208return new TopLevel(_containingModule, _namespaceName, name, arity, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData); 354var other = new TopLevel(_containingModule, _namespaceName, name, arity, mangleName, isNativeInt: asNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, TupleData);