1 reference to Elements
Test.Utilities (1)
ICollectionExpressionOperationWrapper.cs (1)
18private static readonly Func<IOperation, ImmutableArray<IOperation>> ElementsAccessor = LightupHelpers.CreateOperationPropertyAccessor<IOperation, ImmutableArray<IOperation>>(WrappedType, nameof(Elements), fallbackResult: default);