3 overrides of ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
739Friend Overrides ReadOnly Property ReturnValueMarshallingDescriptor As ImmutableArray(Of Byte)
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
334Friend 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)
336Return _underlyingMethod.ReturnValueMarshallingDescriptor
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
206Return Me.UnderlyingMethod.ReturnValueMarshallingDescriptor