1 write to AdaptedParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Emit\ParameterSymbolAdapter.vb (1)
217
AdaptedParameterSymbol
= underlyingParameterSymbol
21 references to AdaptedParameterSymbol
Microsoft.CodeAnalysis.VisualBasic (21)
Emit\ParameterSymbolAdapter.vb (21)
29
Return
AdaptedParameterSymbol
.CustomModifiers.As(Of Cci.ICustomModifier)
35
Return
AdaptedParameterSymbol
.RefCustomModifiers.As(Of Cci.ICustomModifier)
41
Return
AdaptedParameterSymbol
.IsByRef
47
Dim paramType As TypeSymbol =
AdaptedParameterSymbol
.Type
53
Return CType(
AdaptedParameterSymbol
.Ordinal, UShort)
63
If
AdaptedParameterSymbol
.HasMetadataConstantValue Then
64
Return DirectCast(context.Module, PEModuleBuilder).CreateConstant(
AdaptedParameterSymbol
.Type,
AdaptedParameterSymbol
.ExplicitDefaultConstantValue.Value, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
73
Return
AdaptedParameterSymbol
.HasMetadataConstantValue
80
Return
AdaptedParameterSymbol
.IsMetadataOptional
87
Return
AdaptedParameterSymbol
.IsMetadataIn
94
Return
AdaptedParameterSymbol
.IsMetadataOut
101
Return
AdaptedParameterSymbol
.IsMarshalledExplicitly
108
Return
AdaptedParameterSymbol
.MarshallingInformation
115
Return
AdaptedParameterSymbol
.MarshallingDescriptor
122
If Not
AdaptedParameterSymbol
.IsDefinition Then
125
If
AdaptedParameterSymbol
.ContainingModule = (DirectCast(visitor.Context.Module, PEModuleBuilder)).SourceModule Then
138
If
AdaptedParameterSymbol
.IsDefinition AndAlso
AdaptedParameterSymbol
.ContainingModule = moduleBeingBuilt.SourceModule Then
147
Return
AdaptedParameterSymbol
.MetadataName
222
Return
AdaptedParameterSymbol