3 writes to _typeName
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataTypeName.Key.cs (3)
33
_typeName
= null;
42
_typeName
= null;
49
_typeName
= mdTypeName._typeName;
6 references to _typeName
Microsoft.CodeAnalysis (6)
MetadataReader\MetadataTypeName.Key.cs (6)
61
return
_typeName
== null;
74
if (
_typeName
== other.
_typeName
)
81
return MetadataHelpers.SplitNameEqualsFullyQualifiedName(other._namespaceOrFullyQualifiedName, other.
_typeName
, _namespaceOrFullyQualifiedName);
86
return MetadataHelpers.SplitNameEqualsFullyQualifiedName(_namespaceOrFullyQualifiedName,
_typeName
, other._namespaceOrFullyQualifiedName);
111
hashCode = Hash.CombineFNVHash(hashCode,
_typeName
);