14 references to IdentifierName
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Expressions.vb (1)
2426
If DirectCast(parent, CatchStatementSyntax).
IdentifierName
Is nameSyntax Then
Binding\Binder_Statements.vb (1)
4793
Dim name As IdentifierNameSyntax = declaration.
IdentifierName
Binding\CatchBlockBinder.vb (2)
50
Debug.Assert(catchStatement.
IdentifierName
IsNot Nothing)
54
catchStatement.
IdentifierName
.Identifier,
Generated\Syntax.xml.Main.Generated.vb (2)
3099
Dim newIdentifierName = DirectCast(Visit(node.
IdentifierName
), IdentifierNameSyntax)
3100
If node.
IdentifierName
IsNot newIdentifierName Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
15797
return Update(catchKeyword, Me.
IdentifierName
, Me.AsClause, Me.WhenClause)
15840
return Update(Me.CatchKeyword, Me.
IdentifierName
, asClause, Me.WhenClause)
15861
return Update(Me.CatchKeyword, Me.
IdentifierName
, Me.AsClause, whenClause)
15880
Return Me.
IdentifierName
15916
If catchKeyword <> Me.CatchKeyword OrElse identifierName IsNot Me.
IdentifierName
OrElse asClause IsNot Me.AsClause OrElse whenClause IsNot Me.WhenClause Then
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Debugging\ProximityExpressionsGetter.Worker.vb (2)
123
catchBlock.CatchStatement.
IdentifierName
IsNot Nothing Then
124
_additionalTerms.Add(catchBlock.CatchStatement.
IdentifierName
.Identifier.ValueText)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Rename\LocalConflictVisitor.vb (1)
191
Dim identifierToken = node.CatchStatement.
IdentifierName
?.Identifier