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