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