Options\VisualStudioSettingsOptionPersisterTests.cs (18)
91optionType == typeof(E) ? (E.A, (int)E.A) :
92optionType == typeof(E?) ? (E.A, (int)E.A) :
166typeof(E),
167typeof(E?),
209typeof(E),
210typeof(E?),
280yield return new object?[] { E.B, (int)E.B, typeof(E) };
281yield return new object?[] { null, null, typeof(E?) };
282yield return new object?[] { (E?)E.B, (int?)E.B, typeof(E?) };