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) : 168typeof(E), 169typeof(E?), 208typeof(E), 209typeof(E?), 270yield return new object?[] { E.B, (int)E.B, E.B, typeof(E) }; 271yield return new object?[] { null, null, E.B, typeof(E?) }; 272yield return new object?[] { (E?)E.B, (int?)E.B, E.B, typeof(E?) };