2 writes to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (2)
1636
Subfield
= other.Subfield;
1673
Subfield
= input.ReadString();
10 references to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
1565
if (
Subfield
!= other.
Subfield
) return false;
1573
if (
Subfield
.Length != 0) hash ^=
Subfield
.GetHashCode();
1606
if (
Subfield
.Length != 0) {
1608
output.WriteString(
Subfield
);
1620
if (
Subfield
.Length != 0) {
1621
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Subfield
);
1635
if (other.
Subfield
.Length != 0) {
1636
Subfield = other.
Subfield
;