4 references to Foo
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
ConverterTests\JsonConverterReadTests.cs (2)
284
[InlineData("FOO", PrefixEnumType.Types.PrefixEnum.
Foo
)]
285
[InlineData("PREFIX_ENUM_FOO", PrefixEnumType.Types.PrefixEnum.
Foo
)]
ConverterTests\JsonConverterWriteTests.cs (2)
493
[InlineData(PrefixEnumType.Types.PrefixEnum.
Foo
, @"""FOO""")]
511
[InlineData(PrefixEnumType.Types.PrefixEnum.
Foo
, @"""PREFIX_ENUM_FOO""")]