3 writes to Name
Microsoft.Extensions.Http.Resilience.Tests (3)
Greet.cs (2)
189Name = other.Name; 226Name = input.ReadString();
Resilience\GrpcResilienceTests.cs (1)
89var request = new HelloRequest { Name = "dummy" };
10 references to Name
Microsoft.Extensions.Http.Resilience.Tests (10)
Greet.cs (10)
118if (Name != other.Name) return false; 126if (Name.Length != 0) hash ^= Name.GetHashCode(); 159if (Name.Length != 0) { 161output.WriteString(Name); 173if (Name.Length != 0) { 174size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 188if (other.Name.Length != 0) { 189Name = other.Name;