1 write to _namespaceName
Microsoft.CodeAnalysis.CSharp (1)
Symbols\MissingMetadataTypeSymbol.cs (1)
198_namespaceName = @namespace;
9 references to _namespaceName
Microsoft.CodeAnalysis.CSharp (9)
Symbols\MissingMetadataTypeSymbol.cs (9)
208return new TopLevel(_containingModule, _namespaceName, name, arity, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData); 217get { return _namespaceName; } 244if (_namespaceName.Length > 0) 246var namespaces = MetadataHelpers.SplitQualifiedName(_namespaceName); 297string emittedName = MetadataHelpers.BuildQualifiedName(_namespaceName, MetadataName); 324new CSDiagnosticInfo(ErrorCode.ERR_PredefinedTypeNotFound, MetadataHelpers.BuildQualifiedName(_namespaceName, MetadataName)) : 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); 396string.Equals(_namespaceName, other.NamespaceName, StringComparison.Ordinal) &&