13 overrides of ReturnTypeMarshallingInformation
Microsoft.CodeAnalysis.VisualBasic (13)
Symbols\ErrorMethodSymbol.vb (1)
232Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
733Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\ReducedExtensionMethodSymbol.vb (1)
567Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
328Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\SignatureOnlyMethodSymbol.vb (1)
266Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\Source\LambdaSymbol.vb (1)
171Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\Source\SourceMethodSymbol.vb (1)
1931Friend NotOverridable Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1256Friend NotOverridable Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\SubstitutedMethodSymbol.vb (1)
76Friend NotOverridable Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\SynthesizedSymbols\SynthesizedDelegateMethodSymbol.vb (1)
151Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\SynthesizedSymbols\SynthesizedGlobalMethodBase.vb (1)
268Friend NotOverridable Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\SynthesizedSymbols\SynthesizedMethodBase.vb (1)
90Friend NotOverridable Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
132Friend Overrides ReadOnly Property ReturnTypeMarshallingInformation As MarshalPseudoCustomAttributeData
7 references to ReturnTypeMarshallingInformation
Microsoft.CodeAnalysis.VisualBasic (7)
Emit\MethodSymbolAdapter.vb (2)
434Return AdaptedMethodSymbol.ReturnTypeMarshallingInformation 569Return ReturnTypeMarshallingInformation IsNot Nothing
Symbols\ReducedExtensionMethodSymbol.vb (1)
569Return _curriedFromMethod.ReturnTypeMarshallingInformation
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
330Return Me.RetargetingTranslator.Retarget(_underlyingMethod.ReturnTypeMarshallingInformation)
Symbols\Source\SourceNamedTypeSymbol_ComClass.vb (1)
1258Return ClonedFrom.ReturnTypeMarshallingInformation
Symbols\SubstitutedMethodSymbol.vb (1)
78Return OriginalDefinition.ReturnTypeMarshallingInformation
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
134Return Me.UnderlyingMethod.ReturnTypeMarshallingInformation