2 implementations of WithName
Microsoft.CodeAnalysis.CSharp.Features (1)
ChangeSignature\UnifiedArgumentSyntax.cs (1)
52
public IUnifiedArgumentSyntax
WithName
(string name)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ChangeSignature\UnifiedArgumentSyntax.vb (1)
45
Private Function
WithName
(name As String) As IUnifiedArgumentSyntax Implements IUnifiedArgumentSyntax.WithName
3 references to WithName
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\AbstractChangeSignatureService.cs (2)
519
newArguments.Add(argument.
WithName
(param.Name).WithAdditionalAnnotations(Formatter.Annotation));
542
newArguments.Add(paramsArrayArgument.
WithName
(param.Name).WithAdditionalAnnotations(Formatter.Annotation));
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ChangeSignature\UnifiedArgumentSyntax.vb (1)
45
Private Function WithName(name As String) As IUnifiedArgumentSyntax Implements IUnifiedArgumentSyntax.
WithName