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)
173Return _identifierToken.GetIdentifierText() 179Return DirectCast(_identifierToken.Parent, VisualBasicSyntaxNode) 185Return ImmutableArray.Create(Of Location)(_identifierToken.GetLocation()) 194parent = DirectCast(_identifierToken.Parent, VisualBasicSyntaxNode) 203If collectionRange IsNot Nothing AndAlso _identifierToken = collectionRange.Identifier.Identifier Then 208If expressionRange IsNot Nothing AndAlso expressionRange.NameEquals IsNot Nothing AndAlso expressionRange.NameEquals.Identifier.Identifier = _identifierToken Then 213If aggregationRange IsNot Nothing AndAlso aggregationRange.NameEquals IsNot Nothing AndAlso aggregationRange.NameEquals.Identifier.Identifier = _identifierToken Then 229Return other IsNot Nothing AndAlso other._identifierToken.Equals(_identifierToken) 233Return _identifierToken.GetHashCode()