2 types derived from SourceParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
17
Inherits
SourceParameterSymbol
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
23
Inherits
SourceParameterSymbol
15 references to SourceParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (15)
Symbols\Source\SourceClonedParameterSymbol.vb (1)
10
''' Represents a source parameter cloned from another <see cref="
SourceParameterSymbol
"/> ,
Symbols\Source\SourceComplexParameterSymbol.vb (9)
39
Private ReadOnly Property BoundAttributesSource As
SourceParameterSymbol
51
Return DirectCast(impl.Parameters(Me.Ordinal),
SourceParameterSymbol
)
75
otherAttributes = DirectCast(otherPart.Parameters(Me.Ordinal),
SourceParameterSymbol
).AttributeDeclarationList
92
Dim copyFrom As
SourceParameterSymbol
= Me.BoundAttributesSource
217
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
226
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
235
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
244
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
253
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
Symbols\Source\SourceDelegateClonedParameterSymbolForBeginAndEndInvoke.vb (1)
9
Public Sub New(originalParam As
SourceParameterSymbol
, newOwner As MethodSymbol, ordinal As Integer)
Symbols\Source\SourceDelegateMethodSymbol.vb (2)
297
parameters.Add(New SourceDelegateClonedParameterSymbolForBeginAndEndInvoke(DirectCast(parameter,
SourceParameterSymbol
), Me, ordinal))
345
parameters.Add(New SourceDelegateClonedParameterSymbolForBeginAndEndInvoke(DirectCast(parameter,
SourceParameterSymbol
), Me, ordinal))
Symbols\Source\SourcePropertyClonedParameterSymbolForAccessors.vb (1)
9
Public Sub New(originalParam As
SourceParameterSymbol
, newOwner As MethodSymbol)
Symbols\Source\SourcePropertySymbol.vb (1)
295
Dim clone As ParameterSymbol = New SourcePropertyClonedParameterSymbolForAccessors(DirectCast(parameter,
SourceParameterSymbol
), method)