2 references to WrappedType
Test.Utilities (2)
ICollectionExpressionOperationWrapper.cs (2)
18private static readonly Func<IOperation, ImmutableArray<IOperation>> ElementsAccessor = LightupHelpers.CreateOperationPropertyAccessor<IOperation, ImmutableArray<IOperation>>(WrappedType, nameof(Elements), fallbackResult: default); 46return operation != null && LightupHelpers.CanWrapOperation(operation, WrappedType);