21 references to E
Roslyn.VisualStudio.Next.UnitTests (21)
Options\VisualStudioSettingsOptionPersisterTests.cs (21)
94optionType == typeof(E) ? (E.A, (int)E.A) : 95optionType == typeof(E?) ? (E.A, (int)E.A) : 169typeof(E), 170typeof(E?), 209typeof(E), 210typeof(E?), 271yield return new object?[] { E.B, (int)E.B, E.B, typeof(E) }; 272yield return new object?[] { null, null, E.B, typeof(E?) }; 273yield return new object?[] { (E?)E.B, (int?)E.B, E.B, typeof(E?) };