2 writes to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (2)
632
Subfield
= other.Subfield;
674
Subfield
= input.ReadString();
10 references to Subfield
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net11.0\Proto\Messages.cs (10)
556
if (
Subfield
!= other.
Subfield
) return false;
565
if (
Subfield
.Length != 0) hash ^=
Subfield
.GetHashCode();
600
if (
Subfield
.Length != 0) {
602
output.WriteString(
Subfield
);
615
if (
Subfield
.Length != 0) {
616
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Subfield
);
631
if (other.
Subfield
.Length != 0) {
632
Subfield = other.
Subfield
;