7 references to Underlying
Microsoft.CodeAnalysis.CSharp (7)
Emitter\Model\FunctionPointerTypeSymbolAdapter.cs (7)
73
public CallingConvention CallingConvention =>
Underlying
.CallingConvention;
74
public ushort ParameterCount =>
Underlying
.ParameterCount;
75
public ImmutableArray<ICustomModifier> ReturnValueCustomModifiers =>
Underlying
.ReturnValueCustomModifiers;
76
public ImmutableArray<ICustomModifier> RefCustomModifiers =>
Underlying
.RefCustomModifiers;
77
public bool ReturnValueIsByRef =>
Underlying
.ReturnValueIsByRef;
80
=>
Underlying
.GetParameters(context);
81
public ITypeReference GetType(EmitContext context) =>
Underlying
.GetType(context);