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