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