14 references to SimpleAsClause
Microsoft.CodeAnalysis.VisualBasic (14)
Binding\Binder_Symbols.vb (1)
448
If p IsNot Nothing AndAlso p.Kind = SyntaxKind.
SimpleAsClause
Then
Binding\DocumentationCommentCrefBinder.vb (1)
425
Case SyntaxKind.
SimpleAsClause
Generated\Syntax.xml.Internal.Generated.vb (4)
37206
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type, hash)
37211
Dim result = New SimpleAsClauseSyntax(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type)
49272
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type, _factoryContext, hash)
49277
Dim result = New SimpleAsClauseSyntax(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type, _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
11687
Return 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)
629
syntax.IsKind(SyntaxKind.
SimpleAsClause
)
Syntax\SyntaxExtensions.vb (2)
71
Case SyntaxKind.
SimpleAsClause
86
Case SyntaxKind.
SimpleAsClause
Syntax\SyntaxFacts.vb (1)
82
Case SyntaxKind.
SimpleAsClause
, SyntaxKind.AsNewClause
Syntax\SyntaxNormalizer.vb (1)
1227
(node.Parent.Kind <> SyntaxKind.Parameter AndAlso node.Parent.Kind <> SyntaxKind.
SimpleAsClause
) Then