7 references to AsClause
Microsoft.CodeAnalysis.VisualBasic (6)
Binding\Binder_Symbols.vb (1)
636
argumentType = binder.DecodeIdentifierType(nameSyntax, namedElement.
AsClause
, getRequireTypeDiagnosticInfoFunc:=Nothing, diagBag:=diagnostics)
Generated\Syntax.xml.Main.Generated.vb (2)
3811
Dim newAsClause = DirectCast(Visit(node.
AsClause
), SimpleAsClauseSyntax)
3812
If node.
AsClause
IsNot newAsClause Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (3)
21909
return Update(identifier, Me.
AsClause
)
21945
Return Me.
AsClause
21971
If identifier <> Me.Identifier OrElse asClause IsNot Me.
AsClause
Then
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
20456
Dim withObj = objectUnderTest.WithIdentifier(objectUnderTest.Identifier).WithAsClause(objectUnderTest.
AsClause
)