2 references to GetValues
Microsoft.CodeAnalysis (2)
InternalUtilities\EnumUtilties.cs (2)
61foreach (T value in GetValues<T>()) 74return Array.IndexOf(GetValues<T>(), value) >= 0;