3 references to VerifyEnumValues
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Options\OptionSerializerTests.cs (3)
81VerifyEnumValues(option, defaultValue.GetType(), allowsPacalCase: true, allowsSnakeCase: false); 104VerifyEnumValues(option, enumType, allowsPacalCase: true, allowsSnakeCase: false); 133VerifyEnumValues(option, defaultValue.GetType(), allowsPacalCase: true, allowsSnakeCase: true);