52 references to Parameter
Microsoft.CodeAnalysis.VisualBasic (11)
Binding\Binder_Symbols.vb (1)
450If p.Kind = SyntaxKind.Parameter Then
Binding\InitializerSemanticModel.vb (1)
71Case SyntaxKind.Parameter
Binding\MemberSemanticModel.vb (2)
1811If parent.Parent IsNot Nothing AndAlso parent.Parent.Kind = SyntaxKind.Parameter Then 1955bindingRoot.Kind = SyntaxKind.Parameter OrElse
Compilation\SemanticModel.vb (1)
3263Case SyntaxKind.Parameter
Compilation\SyntaxTreeSemanticModel.vb (1)
1640SyntaxKind.Parameter
Generated\Syntax.xml.Internal.Generated.vb (2)
45340Return New ParameterSyntax(SyntaxKind.Parameter, attributeLists.Node, modifiers.Node, identifier, asClause, [default]) 57418Return New ParameterSyntax(SyntaxKind.Parameter, attributeLists.Node, modifiers.Node, identifier, asClause, [default], _factoryContext)
Generated\Syntax.xml.Main.Generated.vb (1)
12245Return New ParameterSyntax(SyntaxKind.Parameter, Nothing, Nothing, attributeLists.Node, modifiers.Node, identifier, asClause, [default])
Generated\Syntax.xml.Syntax.Generated.vb (1)
11464''' <item><description><see cref="SyntaxKind.Parameter"/></description></item>
Syntax\SyntaxNormalizer.vb (1)
1227(node.Parent.Kind <> SyntaxKind.Parameter AndAlso node.Parent.Kind <> SyntaxKind.SimpleAsClause) Then
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (5)
SemanticModelExtensions.vb (1)
161type.Parent.IsParentKind(SyntaxKind.Parameter) AndAlso
SyntaxNodeExtensions.vb (1)
1213Case SyntaxKind.Parameter
VisualBasicNamingStyleDiagnosticAnalyzer.vb (1)
18SyntaxKind.Parameter,
VisualBasicRemoveUnnecessaryByValDiagnosticAnalyzer.vb (1)
32End Sub, SyntaxKind.Parameter)
VisualBasicSyntaxKinds.vb (1)
151Public ReadOnly Property Parameter As Integer = SyntaxKind.Parameter Implements ISyntaxKinds.Parameter
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
SyntaxTreeExtensions.vb (1)
255If targetToken.Parent.IsKind(SyntaxKind.Parameter) AndAlso
Microsoft.CodeAnalysis.VisualBasic.Features (11)
EditAndContinue\SyntaxComparer.vb (2)
841Case SyntaxKind.Parameter 1281Case SyntaxKind.Parameter
EditAndContinue\VisualBasicEditAndContinueAnalyzer.vb (5)
1047If node.IsKind(SyntaxKind.Parameter, SyntaxKind.TypeParameter) Then 1076declaration.Parent.IsKind(SyntaxKind.Parameter)) 1618Case SyntaxKind.Parameter 2012Case SyntaxKind.Parameter 2256SyntaxKind.Parameter
GenerateType\VisualBasicGenerateTypeService.vb (1)
235nameOrMemberAccessExpression.Parent.IsParentKind(SyntaxKind.Parameter) AndAlso
IntroduceVariable\VisualBasicIntroduceVariableService.vb (1)
118Return expression.GetAncestorOrThis(Of EqualsValueSyntax)().IsParentKind(SyntaxKind.Parameter)
VisualBasicNamingStyleDiagnosticAnalyzer.vb (1)
18SyntaxKind.Parameter,
VisualBasicRemoveUnnecessaryByValDiagnosticAnalyzer.vb (1)
32End Sub, SyntaxKind.Parameter)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (14)
CodeGeneration\VisualBasicCodeGenerationService.vb (1)
739Case SyntaxKind.Parameter
CodeGeneration\VisualBasicSyntaxGenerator.vb (9)
757Case SyntaxKind.Parameter 1857Case SyntaxKind.Parameter 1948Case SyntaxKind.Parameter 2116Case SyntaxKind.Parameter 2201Case SyntaxKind.Parameter 2307Case SyntaxKind.Parameter 2352Case SyntaxKind.Parameter 3073Case SyntaxKind.Parameter 3094Case SyntaxKind.Parameter
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\VisualBasic\Extensions\ContextQuery\SyntaxTreeExtensions.vb\SyntaxTreeExtensions.vb (1)
255If targetToken.Parent.IsKind(SyntaxKind.Parameter) AndAlso
SemanticModelExtensions.vb (1)
161type.Parent.IsParentKind(SyntaxKind.Parameter) AndAlso
SyntaxNodeExtensions.vb (1)
1213Case SyntaxKind.Parameter
VisualBasicSyntaxKinds.vb (1)
151Public ReadOnly Property Parameter As Integer = SyntaxKind.Parameter Implements ISyntaxKinds.Parameter
Microsoft.VisualStudio.LanguageServices.VisualBasic (10)
CodeModel\VisualBasicCodeModelService.NodeLocator.vb (2)
105Case SyntaxKind.Parameter 195Case SyntaxKind.Parameter
CodeModel\VisualBasicCodeModelService.vb (8)
114SyntaxKind.Parameter, 281If node.Parent.Kind <> SyntaxKind.Parameter Then 288Case SyntaxKind.Parameter 580Case SyntaxKind.Parameter 937Case SyntaxKind.Parameter 1312Case SyntaxKind.Parameter 3502Case SyntaxKind.Parameter 3527Case SyntaxKind.Parameter