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)
208
return new TopLevel(_containingModule,
_namespaceName
, name, arity, mangleName, _isNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, newData);
217
get { return
_namespaceName
; }
244
if (
_namespaceName
.Length > 0)
246
var namespaces = MetadataHelpers.SplitQualifiedName(
_namespaceName
);
297
string emittedName = MetadataHelpers.BuildQualifiedName(
_namespaceName
, MetadataName);
324
new CSDiagnosticInfo(ErrorCode.ERR_PredefinedTypeNotFound, MetadataHelpers.BuildQualifiedName(
_namespaceName
, MetadataName)) :
340
return Hash.Combine(MetadataName, Hash.Combine(_containingModule, Hash.Combine(
_namespaceName
, arity)));
354
var other = new TopLevel(_containingModule,
_namespaceName
, name, arity, mangleName, isNativeInt: asNativeInt, _lazyErrorInfo, _lazyContainingNamespace, _lazyTypeId, TupleData);
396
string.Equals(
_namespaceName
, other.NamespaceName, StringComparison.Ordinal) &&