2 writes to Type
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3771Type = other.Type; 3824Type = input.ReadString();
11 references to Type
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
3685if (Type != other.Type) return false; 3694if (Type.Length != 0) hash ^= Type.GetHashCode(); 3735if (Type.Length != 0) { 3737output.WriteString(Type); 3752if (Type.Length != 0) { 3753size += 1 + pb::CodedOutputStream.ComputeStringSize(Type); 3770if (other.Type.Length != 0) { 3771Type = other.Type;
ResourceService\Partials.cs (1)
76.Select(r => new RelationshipViewModel(r.ResourceName, r.Type))