17 references to SimpleAsClause
Microsoft.CodeAnalysis.VisualBasic (17)
Parser\ParseExpression.vb (1)
1717asClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, returnType)
Parser\ParseQuery.vb (3)
338AsClause = SyntaxFactory.SimpleAsClause(AsKw, Nothing, Type) 459AsClause = SyntaxFactory.SimpleAsClause(AsKw, Nothing, Type) 805AsClause = SyntaxFactory.SimpleAsClause(AsKw, Nothing, Type)
Parser\Parser.vb (10)
1467optionalUnderlyingType = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, typeName) 2255optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, attributesNode, typeName) 2927simpleAsClause = SyntaxFactory.SimpleAsClause(asKeywordOpt, attributeLists:=Nothing, type:=typeOpt) 3868asClause = SyntaxFactory.SimpleAsClause(asKeyword, returnTypeAttributes, returnType) 4024asClause = SyntaxFactory.SimpleAsClause(asKeyword, returnTypeAttributes, returnType) 4649optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, typeName) 5139optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, returnAttributes, returnType) 5268optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, ReturnType) 5295optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, SyntaxFactory.IdentifierName(InternalSyntaxFactory.MissingIdentifier())) 5358optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, returnType)
Parser\ParseStatement.vb (2)
850optionalAsClause = SyntaxFactory.SimpleAsClause([As], Nothing, Type) 1479optionalAsClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, typeName)
Parser\ParseXml.vb (1)
1181asClause = SyntaxFactory.SimpleAsClause(asKeyword, Nothing, returnType)