14 references to SimpleAsClause
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_Symbols.vb (1)
448If p IsNot Nothing AndAlso p.Kind = SyntaxKind.SimpleAsClause Then
Binding\DocumentationCommentCrefBinder.vb (1)
425Case SyntaxKind.SimpleAsClause
Generated\Syntax.xml.Internal.Generated.vb (4)
37206Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.SimpleAsClause, asKeyword, attributeLists.Node, type, hash) 37211Dim result = New SimpleAsClauseSyntax(SyntaxKind.SimpleAsClause, asKeyword, attributeLists.Node, type) 49272Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.SimpleAsClause, asKeyword, attributeLists.Node, type, _factoryContext, hash) 49277Dim result = New SimpleAsClauseSyntax(SyntaxKind.SimpleAsClause, asKeyword, attributeLists.Node, type, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
11687Return New SimpleAsClauseSyntax(SyntaxKind.SimpleAsClause, Nothing, Nothing, DirectCast(asKeyword.Node, InternalSyntax.KeywordSyntax), attributeLists.Node, type)
Generated\Syntax.xml.Syntax.Generated.vb (1)
10417''' <item><description><see cref="SyntaxKind.SimpleAsClause"/></description></item>
Lowering\LocalRewriter\LocalRewriter.vb (1)
302((node.Syntax.Kind = SyntaxKind.SimpleAsClause AndAlso node.Syntax.Parent.Kind = SyntaxKind.CollectionRangeVariable) OrElse
Syntax\LambdaUtilities.vb (1)
629syntax.IsKind(SyntaxKind.SimpleAsClause)
Syntax\SyntaxExtensions.vb (2)
71Case SyntaxKind.SimpleAsClause 86Case SyntaxKind.SimpleAsClause
Syntax\SyntaxFacts.vb (1)
82Case SyntaxKind.SimpleAsClause, SyntaxKind.AsNewClause
Syntax\SyntaxNormalizer.vb (1)
1227(node.Parent.Kind <> SyntaxKind.Parameter AndAlso node.Parent.Kind <> SyntaxKind.SimpleAsClause) Then