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)
22 references to Name
Microsoft.CodeAnalysis.VisualBasic (22)
Compilation\VisualBasicCompilation.vb (4)
3236
If _includeNamespace AndAlso Matches(current.
Name
) Then
3244
If _includeType AndAlso Matches(current.
Name
) Then
3330
AddCache(container.GetMembers(declaration.
Name
).OfType(Of NamespaceOrTypeSymbol)())
3332
AddCache(container.GetTypeMembers(declaration.
Name
))
Declarations\DeclarationTable.vb (3)
255
result.AddIdentifier(current.
Name
)
343
If includeNamespace AndAlso predicate(current.
Name
) Then
347
If includeType AndAlso predicate(current.
Name
) Then
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)
128
Return best.
Name
Symbols\Source\SourceNamespaceSymbol.vb (4)
77
Return _declaration.
Name
260
moduleMembers.AddRange(GetModuleMembers(childDecl.
Name
))
464
If String.Equals(Me.Name, declaration.
Name
, StringComparison.Ordinal) Then
543
Dim containingDeclName = If(containingDecl IsNot Nothing, containingDecl.
Name
, Me.Name)