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