21 references to E
Roslyn.VisualStudio.Next.UnitTests (21)
Options\VisualStudioSettingsOptionPersisterTests.cs (21)
93optionType == typeof(E) ? (E.A, (int)E.A) : 94optionType == typeof(E?) ? (E.A, (int)E.A) : 180typeof(E), 181typeof(E?), 221typeof(E), 222typeof(E?), 284yield return new object?[] { E.B, (int)E.B, E.B, typeof(E) }; 285yield return new object?[] { null, null, E.B, typeof(E?) }; 286yield return new object?[] { (E?)E.B, (int?)E.B, E.B, typeof(E?) };