12 references to SimpleArgument
Microsoft.CodeAnalysis.VisualBasic (2)
Generated\Syntax.xml.Main.Generated.vb (1)
37133Return SyntaxFactory.SimpleArgument(Nothing, expression)
Generated\Syntax.xml.Syntax.Generated.vb (1)
26816Dim newNode = SyntaxFactory.SimpleArgument(nameColonEquals, expression)
Microsoft.CodeAnalysis.VisualBasic.Features (5)
ChangeSignature\UnifiedArgumentSyntax.vb (1)
48Create(SyntaxFactory.SimpleArgument(SyntaxFactory.NameColonEquals(SyntaxFactory.IdentifierName(name)), _argument.GetExpression())))
CodeFixes\Suppression\VisualBasicSuppressionCodeFixProvider.vb (3)
188Dim justificationArgument = SyntaxFactory.SimpleArgument(SyntaxFactory.NameColonEquals(SyntaxFactory.IdentifierName("Justification")), expression:=justificationExpr) 196Dim scopeArgument = SyntaxFactory.SimpleArgument(SyntaxFactory.NameColonEquals(SyntaxFactory.IdentifierName("Scope")), expression:=scopeExpr) 200Dim targetArgument = SyntaxFactory.SimpleArgument(SyntaxFactory.NameColonEquals(SyntaxFactory.IdentifierName("Target")), expression:=targetExpr)
ConvertAnonymousType\VisualBasicConvertAnonymousTypeToTupleCodeRefactoringProvider.vb (1)
39Return SyntaxFactory.SimpleArgument(
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (2)
Generated\Syntax.Test.xml.Generated.vb (2)
16318SyntaxFactory.SimpleArgument(Nothing, Nothing) 16325return SyntaxFactory.SimpleArgument(Nothing, GenerateRedKeywordEventContainer())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
CodeGeneration\AttributeGenerator.vb (1)
52Function(kvp) SyntaxFactory.SimpleArgument(SyntaxFactory.NameColonEquals(kvp.Key.ToIdentifierName()), GenerateExpression(generator, kvp.Value))))
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
120Return SyntaxFactory.SimpleArgument(SyntaxFactory.NameColonEquals(name.ToIdentifierName()), DirectCast(expression, ExpressionSyntax))
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
1894Return SyntaxFactory.SimpleArgument(