3 writes to StringValue
Microsoft.AspNetCore.Grpc.Swagger.Tests (3)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (3)
1723
StringValue
= other.StringValue;
2040
StringValue
= other.StringValue;
2179
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)
1723
StringValue = other.
StringValue
;
1882
if (
StringValue
!= other.
StringValue
) return false;
1898
if (stringValue_ != null) hash ^=
StringValue
.GetHashCode();
1963
_single_stringValue_codec.WriteTagAndValue(ref output,
StringValue
);
2000
size += _single_stringValue_codec.CalculateSizeWithTag(
StringValue
);
2039
if (stringValue_ == null || other.
StringValue
!= "") {
2040
StringValue = other.
StringValue
;