3 overrides of IsNamed
Microsoft.CodeAnalysis.VisualBasic (3)
Syntax\ArgumentSyntax.vb (3)
39Public NotOverridable Overrides ReadOnly Property IsNamed As Boolean 54Public NotOverridable Overrides ReadOnly Property IsNamed As Boolean 69Public NotOverridable Overrides ReadOnly Property IsNamed As Boolean
28 references to IsNamed
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (4)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ArgumentSyntaxExtensions.vb (1)
47If argument.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
615Return argument IsNot Nothing AndAlso Not argument.IsNamed AndAlso Not argument.IsOmitted 1094If TryCast(argument, ArgumentSyntax)?.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\SpeculationAnalyzer.vb (1)
475Return argument.IsNamed
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (2)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
319If argumentOpt IsNot Nothing AndAlso argumentOpt.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\SemanticModelExtensions.vb (1)
96If argument.IsNamed Then
Microsoft.CodeAnalysis.VisualBasic.Features (3)
ChangeSignature\UnifiedArgumentSyntax.vb (3)
31Return _argument.IsNamed 40Return If(_argument.IsNamed, 46Return If(_argument.IsNamed,
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (7)
Microsoft.NetCore.Analyzers\Performance\BasicPreferHashDataOverComputeHash.Fixer.vb (4)
108If arg.IsNamed Then 116Dim firstArg = list.Find(Function(a) (Not a.IsNamed) OrElse DirectCast(a, SimpleArgumentSyntax).NameColonEquals.Name.Identifier.Text.Equals("buffer", StringComparison.OrdinalIgnoreCase)) 118Dim secondArgIndex = list.FindIndex(Function(a) (Not a.IsNamed) OrElse DirectCast(a, SimpleArgumentSyntax).NameColonEquals.Name.Identifier.Text.Equals("offset", StringComparison.OrdinalIgnoreCase)) 144If firstArg.IsNamed Then
Microsoft.NetCore.Analyzers\Runtime\BasicForwardCancellationTokenToInvocations.Analyzer.vb (1)
49Return argumentNode IsNot Nothing AndAlso argumentNode.IsNamed
Microsoft.NetCore.Analyzers\Runtime\BasicPreferAsSpanOverSubstring.Fixer.vb (1)
29If Not x.IsNamed Then Return False
Microsoft.NetCore.Analyzers\Runtime\BasicUseSpanBasedStringConcat.Fixer.vb (1)
33Return argumentSyntax IsNot Nothing AndAlso argumentSyntax.IsNamed
Microsoft.CodeAnalysis.VisualBasic.Workspaces (6)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
319If argumentOpt IsNot Nothing AndAlso argumentOpt.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ArgumentSyntaxExtensions.vb (1)
47If argument.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
615Return argument IsNot Nothing AndAlso Not argument.IsNamed AndAlso Not argument.IsOmitted 1094If TryCast(argument, ArgumentSyntax)?.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\SpeculationAnalyzer.vb (1)
475Return argument.IsNamed
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\SemanticModelExtensions.vb (1)
96If argument.IsNamed Then
Roslyn.Diagnostics.VisualBasic.Analyzers (6)
src\f736901a33c2b55b\VisualBasicTypeInferenceService.TypeInferrer.vb (1)
319If argumentOpt IsNot Nothing AndAlso argumentOpt.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Extensions\ArgumentSyntaxExtensions.vb (1)
47If argument.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Services\SyntaxFacts\VisualBasicSyntaxFacts.vb (2)
615Return argument IsNot Nothing AndAlso Not argument.IsNamed AndAlso Not argument.IsOmitted 1094If TryCast(argument, ArgumentSyntax)?.IsNamed Then
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\VisualBasic\Utilities\SpeculationAnalyzer.vb (1)
475Return argument.IsNamed
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\SemanticModelExtensions.vb (1)
96If argument.IsNamed Then