2 writes to EnumValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
3242EnumValue = other.EnumValue; 3279EnumValue = (global::Messages.EnumMessage.Types.NestedEnum) input.ReadEnum();
10 references to EnumValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
3171if (EnumValue != other.EnumValue) return false; 3179if (EnumValue != global::Messages.EnumMessage.Types.NestedEnum.Unspecified) hash ^= EnumValue.GetHashCode(); 3212if (EnumValue != global::Messages.EnumMessage.Types.NestedEnum.Unspecified) { 3214output.WriteEnum((int) EnumValue); 3226if (EnumValue != global::Messages.EnumMessage.Types.NestedEnum.Unspecified) { 3227size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) EnumValue); 3241if (other.EnumValue != global::Messages.EnumMessage.Types.NestedEnum.Unspecified) { 3242EnumValue = other.EnumValue;