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