11 references to AsClause
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Statements.vb (1)
4764
Dim asClauseOpt = declaration.
AsClause
Binding\CatchBlockBinder.vb (1)
45
Dim asClauseOptSyntax = catchStatement.
AsClause
Generated\Syntax.xml.Main.Generated.vb (2)
3101
Dim newAsClause = DirectCast(Visit(node.
AsClause
), SimpleAsClauseSyntax)
3102
If node.
AsClause
IsNot newAsClause Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (5)
15797
return Update(catchKeyword, Me.IdentifierName, Me.
AsClause
, Me.WhenClause)
15819
return Update(Me.CatchKeyword, identifierName, Me.
AsClause
, Me.WhenClause)
15861
return Update(Me.CatchKeyword, Me.IdentifierName, Me.
AsClause
, whenClause)
15882
Return Me.
AsClause
15916
If catchKeyword <> Me.CatchKeyword OrElse identifierName IsNot Me.IdentifierName OrElse asClause IsNot Me.
AsClause
OrElse whenClause IsNot Me.WhenClause Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
19713
Dim withObj = objectUnderTest.WithCatchKeyword(objectUnderTest.CatchKeyword).WithIdentifierName(objectUnderTest.IdentifierName).WithAsClause(objectUnderTest.
AsClause
).WithWhenClause(objectUnderTest.WhenClause)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
746
Dim newAsClause = UpdateSimpleAsClause(catchStatementSyntax.
AsClause
, newType)