2 types derived from SourceParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
16
Inherits
SourceParameterSymbol
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
23
Inherits
SourceParameterSymbol
2 instantiations of SourceParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Source\SourceComplexParameterSymbol.vb (1)
283
MyBase.
New
(container, name, ordinal, type, location)
Symbols\Source\SourceSimpleParameterSymbol.vb (1)
32
MyBase.
New
(container, name, ordinal, type, location)
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)
38
Private ReadOnly Property BoundAttributesSource As
SourceParameterSymbol
50
Return DirectCast(impl.Parameters(Me.Ordinal),
SourceParameterSymbol
)
74
otherAttributes = DirectCast(otherPart.Parameters(Me.Ordinal),
SourceParameterSymbol
).AttributeDeclarationList
91
Dim copyFrom As
SourceParameterSymbol
= Me.BoundAttributesSource
216
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
225
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
234
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
243
Dim attributeSource As
SourceParameterSymbol
= If(Me.BoundAttributesSource, Me)
252
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)
296
parameters.Add(New SourceDelegateClonedParameterSymbolForBeginAndEndInvoke(DirectCast(parameter,
SourceParameterSymbol
), Me, ordinal))
344
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)
294
Dim clone As ParameterSymbol = New SourcePropertyClonedParameterSymbolForAccessors(DirectCast(parameter,
SourceParameterSymbol
), method)