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