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