Base:
property
ReturnValueMarshallingInformation
Microsoft.CodeAnalysis.CSharp.Symbols.MethodSymbol.ReturnValueMarshallingInformation
1 override of ReturnValueMarshallingInformation
Microsoft.CodeAnalysis.CSharp (1)
Lowering\SynthesizedMethodBaseSymbol.cs (1)
169internal sealed override MarshalPseudoCustomAttributeData? ReturnValueMarshallingInformation => InheritsBaseMethodAttributes ? BaseMethod.ReturnValueMarshallingInformation : null;
1 reference to ReturnValueMarshallingInformation
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\LambdaTests.cs (1)
4162Assert.Equal(default, lambdas[3].ReturnValueMarshallingInformation.UnmanagedType);