2 writes to SingleEnum
Sandbox (2)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (2)
1313
SingleEnum
= other.SingleEnum;
1483
SingleEnum
= (global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum) input.ReadEnum();
10 references to SingleEnum
Sandbox (10)
artifacts\obj\Sandbox\Release\net10.0\Transcoding.cs (10)
1004
if (
SingleEnum
!= other.
SingleEnum
) return false;
1028
if (
SingleEnum
!= global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) hash ^=
SingleEnum
.GetHashCode();
1186
if (
SingleEnum
!= global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) {
1188
output.WriteEnum((int)
SingleEnum
);
1249
if (
SingleEnum
!= global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) {
1250
size += 2 + pb::CodedOutputStream.ComputeEnumSize((int)
SingleEnum
);
1312
if (other.
SingleEnum
!= global::Transcoding.HelloRequest.Types.DataTypes.Types.NestedEnum.Unspecified) {
1313
SingleEnum = other.
SingleEnum
;