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)
61return _typeName == null; 74if (_typeName == other._typeName) 81return MetadataHelpers.SplitNameEqualsFullyQualifiedName(other._namespaceOrFullyQualifiedName, other._typeName, _namespaceOrFullyQualifiedName); 86return MetadataHelpers.SplitNameEqualsFullyQualifiedName(_namespaceOrFullyQualifiedName, _typeName, other._namespaceOrFullyQualifiedName); 111hashCode = Hash.CombineFNVHash(hashCode, _typeName);