3 overrides of ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
709
Friend Overrides ReadOnly Property
ReturnValueMarshallingDescriptor
As ImmutableArray(Of Byte)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
330
Friend Overrides ReadOnly Property
ReturnValueMarshallingDescriptor
As ImmutableArray(Of Byte)
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
204
Friend Overrides ReadOnly Property
ReturnValueMarshallingDescriptor
As ImmutableArray(Of Byte)
4 references to ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\MethodSymbolAdapter.vb (1)
432
Return AdaptedMethodSymbol.
ReturnValueMarshallingDescriptor
Emit\NoPia\EmbeddedMethod.vb (1)
131
Return UnderlyingMethod.AdaptedMethodSymbol.
ReturnValueMarshallingDescriptor
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
332
Return _underlyingMethod.
ReturnValueMarshallingDescriptor
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
206
Return Me.UnderlyingMethod.
ReturnValueMarshallingDescriptor