29 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)
45134
Dim cached = SyntaxNodeCache.TryGetNode(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type, hash)
45139
Dim result = New SimpleAsClauseSyntax(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type)
57212
Dim cached = VisualBasicSyntaxNodeCache.TryGetNode(SyntaxKind.
SimpleAsClause
, asKeyword, attributeLists.Node, type, _factoryContext, hash)
57217
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)
625
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
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (3)
SemanticModelExtensions.vb (3)
122
If type.IsParentKind(SyntaxKind.
SimpleAsClause
) AndAlso
149
If type.IsParentKind(SyntaxKind.
SimpleAsClause
) Then
160
If type.IsParentKind(SyntaxKind.
SimpleAsClause
) AndAlso
Microsoft.CodeAnalysis.VisualBasic.Features (6)
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (2)
1607
SyntaxKind.
SimpleAsClause
2000
Case SyntaxKind.
SimpleAsClause
GenerateType\VisualBasicGenerateTypeService.vb (3)
234
nameOrMemberAccessExpression.IsParentKind(SyntaxKind.
SimpleAsClause
) AndAlso
319
If nameOrMemberAccessExpression.IsParentKind(SyntaxKind.
SimpleAsClause
) AndAlso
390
Return expression.IsParentKind(SyntaxKind.
SimpleAsClause
)
LambdaUtilities.vb (1)
625
syntax.IsKind(SyntaxKind.
SimpleAsClause
)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
678
Case SyntaxKind.
SimpleAsClause
CodeGeneration\VisualBasicSyntaxGenerator.vb (2)
1808
Case SyntaxKind.
SimpleAsClause
2270
Case SyntaxKind.
SimpleAsClause
SemanticModelExtensions.vb (3)
122
If type.IsParentKind(SyntaxKind.
SimpleAsClause
) AndAlso
149
If type.IsParentKind(SyntaxKind.
SimpleAsClause
) Then
160
If type.IsParentKind(SyntaxKind.
SimpleAsClause
) AndAlso