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