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