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