2 writes to Uid
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4768
Uid
= other.Uid;
4932
Uid
= input.ReadString();
11 references to Uid
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
4539
if (
Uid
!= other.
Uid
) return false;
4563
if (
Uid
.Length != 0) hash ^=
Uid
.GetHashCode();
4664
if (
Uid
.Length != 0) {
4666
output.WriteString(
Uid
);
4718
if (
Uid
.Length != 0) {
4719
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Uid
);
4767
if (other.
Uid
.Length != 0) {
4768
Uid = other.
Uid
;
ResourceService\Partials.cs (1)
28
Uid = ValidateNotNull(
Uid
),