2 writes to NestedParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (2)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (2)
1326
NestedParameterTwo
= other.NestedParameterTwo;
1384
NestedParameterTwo
= input.ReadString();
10 references to NestedParameterTwo
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Parameters.cs (10)
1222
if (
NestedParameterTwo
!= other.
NestedParameterTwo
) return false;
1233
if (
NestedParameterTwo
.Length != 0) hash ^=
NestedParameterTwo
.GetHashCode();
1281
if (
NestedParameterTwo
.Length != 0) {
1283
output.WriteString(
NestedParameterTwo
);
1303
if (
NestedParameterTwo
.Length != 0) {
1304
size += 1 + pb::CodedOutputStream.ComputeStringSize(
NestedParameterTwo
);
1325
if (other.
NestedParameterTwo
.Length != 0) {
1326
NestedParameterTwo = other.
NestedParameterTwo
;