3 overrides of ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
709Friend 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)
4 references to ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\MethodSymbolAdapter.vb (1)
432Return AdaptedMethodSymbol.ReturnValueMarshallingDescriptor
Emit\NoPia\EmbeddedMethod.vb (1)
131Return UnderlyingMethod.AdaptedMethodSymbol.ReturnValueMarshallingDescriptor
Symbols\Retargeting\RetargetingMethodSymbol.vb (1)
332Return _underlyingMethod.ReturnValueMarshallingDescriptor
Symbols\Wrapped\WrappedMethodSymbol.vb (1)
206Return Me.UnderlyingMethod.ReturnValueMarshallingDescriptor