12 overrides of MarshallingInformation
Microsoft.CodeAnalysis.VisualBasic (12)
Symbols\Metadata\PE\PEParameterSymbol.vb (1)
520
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\ReducedExtensionMethodSymbol.vb (1)
1021
Friend NotOverridable Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
150
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\SignatureOnlyParameterSymbol.vb (1)
125
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Source\LambdaParameterSymbol.vb (1)
83
Friend NotOverridable Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Source\MeParameterSymbol.vb (1)
126
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Source\SourceClonedParameterSymbol.vb (1)
154
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1596
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Source\SourceParameterSymbol.vb (1)
439
Friend NotOverridable Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\SubstitutedParameterSymbol.vb (1)
122
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\SynthesizedSymbols\SynthesizedParameterSymbol.vb (1)
111
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
115
Friend Overrides ReadOnly Property
MarshallingInformation
As MarshalPseudoCustomAttributeData
10 references to MarshallingInformation
Microsoft.CodeAnalysis.VisualBasic (10)
Emit\ParameterSymbolAdapter.vb (2)
108
Return AdaptedParameterSymbol.
MarshallingInformation
200
Return
MarshallingInformation
IsNot Nothing
Symbols\ParameterSymbol.vb (2)
82
''' By default this information is extracted from <see cref="
MarshallingInformation
"/> if available.
88
Dim info =
MarshallingInformation
Symbols\ReducedExtensionMethodSymbol.vb (1)
1023
Return m_CurriedFromParameter.
MarshallingInformation
Symbols\Retargeting\RetargetingParameterSymbol.vb (1)
152
Return Me.RetargetingTranslator.Retarget(Me.UnderlyingParameter.
MarshallingInformation
)
Symbols\Source\SourceClonedParameterSymbol.vb (1)
156
Return _originalParam.
MarshallingInformation
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1602
Return _clonedFrom.
MarshallingInformation
Symbols\SubstitutedParameterSymbol.vb (1)
124
Return _originalDefinition.
MarshallingInformation
Symbols\Wrapped\WrappedParameterSymbol.vb (1)
117
Return Me._underlyingParameter.
MarshallingInformation