CodeCleanup\AsyncOrIteratorFunctionReturnTypeFixer.vb (3)
25Return func.Update(func.Kind, func.AttributeLists, func.Modifiers, func.DeclarationKeyword, func.Identifier,
45Return lambdaHeader.Update(lambdaHeader.Kind, lambdaHeader.AttributeLists, lambdaHeader.Modifiers, lambdaHeader.DeclarationKeyword, parameterList, asClause)
193If newTypeSyntax.Kind = SyntaxKind.QualifiedName Then
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (2)
126Return DirectCast(n, MethodBlockSyntax).Update(node.Kind, DirectCast(b, MethodStatementSyntax), s, e)
147Return DirectCast(n, AccessorBlockSyntax).Update(node.Kind, DirectCast(b, AccessorStatementSyntax), s, e)