2 references to WrappedType
Test.Utilities (2)
IUtf8StringOperationWrapper.cs (2)
17private static readonly Func<IOperation, string> ValueAccessor = LightupHelpers.CreateOperationPropertyAccessor<IOperation, string>(WrappedType, nameof(Value), fallbackResult: null!); 45return operation != null && LightupHelpers.CanWrapOperation(operation, WrappedType);