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