2 writes to Id
BasketService (2)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (2)
211
Id
= other.Id;
256
Id
= input.ReadString();
11 references to Id
BasketService (11)
artifacts\obj\BasketService\Debug\net8.0\Protos\Basket.cs (10)
140
if (
Id
!= other.
Id
) return false;
148
if (
Id
.Length != 0) hash ^=
Id
.GetHashCode();
181
if (
Id
.Length != 0) {
183
output.WriteString(
Id
);
195
if (
Id
.Length != 0) {
196
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Id
);
210
if (other.
Id
.Length != 0) {
211
Id = other.
Id
;
BasketService.cs (1)
21
var data = await _repository.GetBasketAsync(request.
Id
);