4 references to WithArgumentList
Microsoft.CodeAnalysis.VisualBasic (1)
Generated\Syntax.xml.Syntax.Generated.vb (1)
20671
Return Me.
WithArgumentList
(_child.AddArguments(items))
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ChangeSignature\VisualBasicChangeSignatureService.vb (1)
339
Return raiseEventStatement.
WithArgumentList
(Await UpdateArgumentListAsync(
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Generated\Syntax.Test.xml.Generated.vb (1)
20309
Dim withObj = objectUnderTest.WithRaiseEventKeyword(objectUnderTest.RaiseEventKeyword).WithName(objectUnderTest.Name).
WithArgumentList
(objectUnderTest.ArgumentList)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
CodeCleanup\Providers\AddMissingTokensCodeCleanupProvider.vb (1)
159
node, MyBase.VisitRaiseEventStatement(node), Function(n) Not n.Name.IsMissing, Function(n) n.ArgumentList, Function(n) n.
WithArgumentList
(SyntaxFactory.ArgumentList()))