3 writes to Id
BasketService (3)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
961
Id
= other.Id;
1046
Id
= input.ReadString();
BasketService.cs (1)
115
Id
= item.Id ?? Guid.NewGuid().ToString(),
11 references to Id
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
838
if (
Id
!= other.
Id
) return false;
850
if (
Id
.Length != 0) hash ^=
Id
.GetHashCode();
903
if (
Id
.Length != 0) {
905
output.WriteString(
Id
);
933
if (
Id
.Length != 0) {
934
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Id
);
960
if (other.
Id
.Length != 0) {
961
Id = other.
Id
;
BasketService.cs (1)
137
Id = item.
Id
,