1 write to _namespaceName
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingMetadataTypeSymbol.cs (1)
197_namespaceName = @namespace;
9 references to _namespaceName
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MissingMetadataTypeSymbol.cs (9)
207return new TopLevel(_containingModule, _namespaceName, name, arity, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData); 216get { return _namespaceName; } 243if (_namespaceName.Length > 0) 245var namespaces = MetadataHelpers.SplitQualifiedName(_namespaceName); 296string emittedName = MetadataHelpers.BuildQualifiedName(_namespaceName, MetadataName); 323new CSDiagnosticInfo(ErrorCode.ERR_PredefinedTypeNotFound, MetadataHelpers.BuildQualifiedName(_namespaceName, MetadataName)) : 339return Hash.Combine(MetadataName, Hash.Combine(_containingModule, Hash.Combine(_namespaceName, arity))); 353var other = new TopLevel(_containingModule, _namespaceName, name, arity, mangleName, isNativeInt: asNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, TupleData); 395string.Equals(_namespaceName, other.NamespaceName, StringComparison.Ordinal) &&