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