2 overrides of IsNamedArgument
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SpeculationAnalyzer.cs (1)
647protected override bool IsNamedArgument(ArgumentSyntax argument)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
SpeculationAnalyzer.vb (1)
474Protected Overrides Function IsNamedArgument(argument As ArgumentSyntax) As Boolean
1 reference to IsNamedArgument
Microsoft.CodeAnalysis.Workspaces (1)
AbstractSpeculationAnalyzer.cs (1)
1088if (IsNamedArgument(argument))