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