3 writes to StringValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
2502StringValue = other.StringValue; 2611StringValue = other.StringValue; 2654StringValue = value;
8 references to StringValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (8)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (8)
2502StringValue = other.StringValue; 2541if (StringValue != other.StringValue) return false; 2549if (stringValue_ != null) hash ^= StringValue.GetHashCode(); 2582_single_stringValue_codec.WriteTagAndValue(ref output, StringValue); 2595size += _single_stringValue_codec.CalculateSizeWithTag(StringValue); 2610if (stringValue_ == null || other.StringValue != "") { 2611StringValue = other.StringValue;