9 references to Unspecified
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (9)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (5)
4189
private global::Transcoding.PrefixEnumType.Types.PrefixEnum singleEnum_ = global::Transcoding.PrefixEnumType.Types.PrefixEnum.
Unspecified
;
4222
if (SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.
Unspecified
) hash ^= SingleEnum.GetHashCode();
4255
if (SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.
Unspecified
) {
4269
if (SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.
Unspecified
) {
4284
if (other.SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.
Unspecified
) {
ConverterTests\JsonConverterReadTests.cs (2)
282
[InlineData("UNSPECIFIED", PrefixEnumType.Types.PrefixEnum.
Unspecified
)]
283
[InlineData("PREFIX_ENUM_UNSPECIFIED", PrefixEnumType.Types.PrefixEnum.
Unspecified
)]
ConverterTests\JsonConverterWriteTests.cs (2)
492
[InlineData(PrefixEnumType.Types.PrefixEnum.
Unspecified
, @"""UNSPECIFIED""")]
510
[InlineData(PrefixEnumType.Types.PrefixEnum.
Unspecified
, @"""PREFIX_ENUM_UNSPECIFIED""")]