2 writes to Name
Microsoft.CodeAnalysis.VisualBasic (2)
Declarations\Declaration.vb (1)
41
Me.
Name
= name
Declarations\MergedNamespaceDeclaration.vb (1)
21
Me.
Name
= SingleNamespaceDeclaration.BestName(Of SingleNamespaceDeclaration)(declarations, _multipleSpellings)
14 references to Name
Microsoft.CodeAnalysis.VisualBasic (14)
Declarations\SingleNamespaceDeclaration.vb (5)
63
Return IdentifierComparison.Equals(decl1.
Name
, decl2.
Name
)
67
Return IdentifierComparison.GetHashCode(decl1.
Name
)
87
Dim bestDeclarationName = singleDeclarations(0).
Name
89
Dim otherName = singleDeclarations(declarationIndex).
Name
Declarations\SingleNamespaceOrTypeDeclaration.vb (2)
52
Dim bestDeclarationName = singleDeclarations(0).
Name
54
Dim otherName = singleDeclarations(declarationIndex).
Name
Declarations\SingleTypeDeclaration.vb (3)
118
Return IdentifierComparison.Equals(decl1.
Name
, decl2.
Name
) _
126
Return Hash.Combine(IdentifierComparison.GetHashCode(decl1.
Name
), Hash.Combine(decl1.Arity.GetHashCode(), CType(decl1.Kind, Integer)))
Symbols\Source\SourceMemberContainerTypeSymbol.vb (1)
127
Return best.
Name
Symbols\Source\SourceNamespaceSymbol.vb (3)
77
Return _declaration.
Name
260
moduleMembers.AddRange(GetModuleMembers(childDecl.
Name
))
464
If String.Compare(Me.Name, declaration.
Name
, StringComparison.Ordinal) = 0 Then