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