Base:
property
Ordinal
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.ParameterSymbol.Ordinal
14 references to Ordinal
Microsoft.CodeAnalysis.VisualBasic (14)
Symbols\Source\SourceClonedParameterSymbol.vb (1)
162
Return New SourceClonedParameterSymbolWithCustomModifiers(Me, DirectCast(Me.ContainingSymbol, MethodSymbol), Me.
Ordinal
, type, customModifiers, refCustomModifiers)
Symbols\Source\SourceComplexParameterSymbol.vb (5)
50
Return DirectCast(impl.Parameters(Me.
Ordinal
), SourceParameterSymbol)
74
otherAttributes = DirectCast(otherPart.Parameters(Me.
Ordinal
), SourceParameterSymbol).AttributeDeclarationList
319
Return New SourceComplexParameterSymbol(newContainingSymbol, Me.Name, Me.
Ordinal
, Me.Type, Me.Locations(0), _syntaxRef, _flags, _lazyDefaultValue)
407
Return New SourceComplexParameterSymbol(Me.ContainingSymbol, Me.Name, Me.
Ordinal
, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue)
410
Return New SourceComplexParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.Name, Me.
Ordinal
, type, Me.Location, _syntaxRef, _flags, _lazyDefaultValue, customModifiers, refCustomModifiers)
Symbols\Source\SourceParameterSymbol.vb (3)
123
If containingProperty IsNot Nothing AndAlso
Ordinal
< containingProperty.ParameterCount Then
125
Return containingProperty.Parameters(
Ordinal
)
363
If index =
Ordinal
Then
Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.vb (1)
10
MyBase.New(originalParam, newOwner, originalParam.
Ordinal
)
Symbols\Source\SourceSimpleParameterSymbol.vb (4)
36
Return New SourceSimpleParameterSymbol(newContainingSymbol, Name,
Ordinal
, Type, Location)
44
Return DirectCast(method.SourcePartialDefinition.Parameters(Me.
Ordinal
), SourceComplexParameterSymbol)
164
Return New SourceSimpleParameterSymbol(Me.ContainingSymbol, Me.Name, Me.
Ordinal
, type, Me.Location)
167
Return New SourceSimpleParameterSymbolWithCustomModifiers(Me.ContainingSymbol, Me.Name, Me.
Ordinal
, type, Me.Location, customModifiers, refCustomModifiers)