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