4 writes to SingleEnum
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (4)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (2)
4285SingleEnum = other.SingleEnum; 4322SingleEnum = (global::Transcoding.PrefixEnumType.Types.PrefixEnum) input.ReadEnum();
ConverterTests\JsonConverterWriteTests.cs (2)
502SingleEnum = value 518SingleEnum = value
11 references to SingleEnum
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (11)
artifacts\obj\Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests\Release\net11.0\Proto\Transcoding.cs (10)
4214if (SingleEnum != other.SingleEnum) return false; 4222if (SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.Unspecified) hash ^= SingleEnum.GetHashCode(); 4255if (SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.Unspecified) { 4257output.WriteEnum((int) SingleEnum); 4269if (SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.Unspecified) { 4270size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) SingleEnum); 4284if (other.SingleEnum != global::Transcoding.PrefixEnumType.Types.PrefixEnum.Unspecified) { 4285SingleEnum = other.SingleEnum;
ConverterTests\JsonConverterReadTests.cs (1)
295Assert.Equal(expectedValue, result.SingleEnum);