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