2 overrides of ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
479internal override ImmutableArray<byte> ReturnValueMarshallingDescriptor => ReturnTypeParameter.MarshallingDescriptor;
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
342internal override ImmutableArray<byte> ReturnValueMarshallingDescriptor
2 references to ReturnValueMarshallingDescriptor
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\MethodSymbolAdapter.cs (1)
544return AdaptedMethodSymbol.ReturnValueMarshallingDescriptor;
Symbols\Wrapped\WrappedMethodSymbol.cs (1)
346return UnderlyingMethod.ReturnValueMarshallingDescriptor;