8 references to CatchFilterClause
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (4)
38825
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
CatchFilterClause
, whenKeyword, filter, hash)
38830
Dim result = New CatchFilterClauseSyntax(SyntaxKind.
CatchFilterClause
, whenKeyword, filter)
50891
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
CatchFilterClause
, whenKeyword, filter, _factoryContext, hash)
50896
Dim result = New CatchFilterClauseSyntax(SyntaxKind.
CatchFilterClause
, whenKeyword, filter, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
14921
Return New CatchFilterClauseSyntax(SyntaxKind.
CatchFilterClause
, Nothing, Nothing, DirectCast(whenKeyword.Node, InternalSyntax.KeywordSyntax), filter)
Generated\Syntax.xml.Syntax.Generated.vb (1)
15935
''' <item><description><see cref="SyntaxKind.
CatchFilterClause
"/></description></item>
Lowering\Instrumentation\DebugInfoInjector_SequencePoints.vb (1)
13
Debug.Assert(containingCatchWithFilter.ExceptionFilterOpt.Syntax.Parent.IsKind(SyntaxKind.
CatchFilterClause
))
Lowering\Instrumentation\Instrumenter.vb (1)
265
Debug.Assert(original.ExceptionFilterOpt.Syntax.Parent.IsKind(SyntaxKind.
CatchFilterClause
))