2 implementations of GetName
Microsoft.CodeAnalysis.CSharp.Features (1)
ChangeSignature\UnifiedArgumentSyntax.cs (1)
49public string GetName()
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ChangeSignature\UnifiedArgumentSyntax.vb (1)
39Public Function GetName() As String Implements IUnifiedArgumentSyntax.GetName
3 references to GetName
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\AbstractChangeSignatureService.cs (2)
560if (!arguments[i].IsNamed || updatedSignature.UpdatedConfiguration.ToListOfParameters().Any(static (p, arg) => p.Name == arg.arguments[arg.i].GetName(), (arguments, i))) 607var name = argument.GetName();
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ChangeSignature\UnifiedArgumentSyntax.vb (1)
39Public Function GetName() As String Implements IUnifiedArgumentSyntax.GetName