1 reference to Arguments
Test.Utilities (1)
IFunctionPointerInvocationOperationWrapper.cs (1)
21
private static readonly Func<IOperation, ImmutableArray<IArgumentOperation>> ArgumentsAccessor = LightupHelpers.CreateOperationPropertyAccessor<IOperation, ImmutableArray<IArgumentOperation>>(WrappedType, nameof(
Arguments
), fallbackResult: ImmutableArray<IArgumentOperation>.Empty);