8 references to Unspecified
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (5)
1828
private global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum singleEnum_ = global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
;
1904
if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
) hash ^= SingleEnum.GetHashCode();
2062
if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
) {
2125
if (SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
) {
2188
if (other.SingleEnum != global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
) {
ConverterTests\JsonConverterWriteTests.cs (2)
526
[InlineData(HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
, null)]
549
[InlineData(HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
, null)]
UnaryServerCallHandlerTests.cs (1)
1595
[InlineData("0", HelloRequest.Types.DataTypes.Types.NestedEnum.
Unspecified
)]