1 write to _identifierToken
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\RangeVariableSymbol.vb (1)
168
_identifierToken
= declaringIdentifier
10 references to _identifierToken
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\Source\RangeVariableSymbol.vb (10)
173
Return
_identifierToken
.GetIdentifierText()
179
Return DirectCast(
_identifierToken
.Parent, VisualBasicSyntaxNode)
185
Return ImmutableArray.Create(Of Location)(
_identifierToken
.GetLocation())
194
parent = DirectCast(
_identifierToken
.Parent, VisualBasicSyntaxNode)
203
If collectionRange IsNot Nothing AndAlso
_identifierToken
= collectionRange.Identifier.Identifier Then
208
If expressionRange IsNot Nothing AndAlso expressionRange.NameEquals IsNot Nothing AndAlso expressionRange.NameEquals.Identifier.Identifier =
_identifierToken
Then
213
If aggregationRange IsNot Nothing AndAlso aggregationRange.NameEquals IsNot Nothing AndAlso aggregationRange.NameEquals.Identifier.Identifier =
_identifierToken
Then
229
Return other IsNot Nothing AndAlso other.
_identifierToken
.Equals(
_identifierToken
)
233
Return
_identifierToken
.GetHashCode()