1 write to repeatedStrings_
Microsoft.AspNetCore.Grpc.Swagger.Tests (1)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (1)
154
repeatedStrings_
= other.repeatedStrings_.Clone();
10 references to repeatedStrings_
Microsoft.AspNetCore.Grpc.Swagger.Tests (10)
artifacts\obj\Microsoft.AspNetCore.Grpc.Swagger.Tests\Release\net10.0\Proto\Messages.cs (10)
154
repeatedStrings_ = other.
repeatedStrings_
.Clone();
220
get { return
repeatedStrings_
; }
242
if(!
repeatedStrings_
.Equals(other.
repeatedStrings_
)) return false;
254
hash ^=
repeatedStrings_
.GetHashCode();
316
repeatedStrings_
.WriteTo(ref output, _repeated_repeatedStrings_codec);
339
size +=
repeatedStrings_
.CalculateSize(_repeated_repeatedStrings_codec);
373
repeatedStrings_
.Add(other.
repeatedStrings_
);
459
repeatedStrings_
.AddEntriesFrom(ref input, _repeated_repeatedStrings_codec);