10 references to CatchFilterClause
Microsoft.CodeAnalysis.VisualBasic (8)
Generated\Syntax.xml.Internal.Generated.vb (4)
46765Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.CatchFilterClause, whenKeyword, filter, hash) 46770Dim result = New CatchFilterClauseSyntax(SyntaxKind.CatchFilterClause, whenKeyword, filter) 58843Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.CatchFilterClause, whenKeyword, filter, _factoryContext, hash) 58848Dim result = New CatchFilterClauseSyntax(SyntaxKind.CatchFilterClause, whenKeyword, filter, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
14921Return 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)
13Debug.Assert(containingCatchWithFilter.ExceptionFilterOpt.Syntax.Parent.IsKind(SyntaxKind.CatchFilterClause))
Lowering\Instrumentation\Instrumenter.vb (1)
265Debug.Assert(original.ExceptionFilterOpt.Syntax.Parent.IsKind(SyntaxKind.CatchFilterClause))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
500Case SyntaxKind.CatchFilterClause
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
TestSyntaxNodes.vb (1)
3600Assert.Equal(1, collector.GetCount(SyntaxKind.CatchFilterClause.ToString))