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)
207
return new TopLevel(_containingModule,
_namespaceName
, name, arity, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData);
216
get { return
_namespaceName
; }
243
if (
_namespaceName
.Length > 0)
245
var namespaces = MetadataHelpers.SplitQualifiedName(
_namespaceName
);
296
string emittedName = MetadataHelpers.BuildQualifiedName(
_namespaceName
, MetadataName);
323
new CSDiagnosticInfo(ErrorCode.ERR_PredefinedTypeNotFound, MetadataHelpers.BuildQualifiedName(
_namespaceName
, MetadataName)) :
339
return Hash.Combine(MetadataName, Hash.Combine(_containingModule, Hash.Combine(
_namespaceName
, arity)));
353
var other = new TopLevel(_containingModule,
_namespaceName
, name, arity, mangleName, isNativeInt: asNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, TupleData);
395
string.Equals(
_namespaceName
, other.NamespaceName, StringComparison.Ordinal) &&