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