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