3 writes to Type
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3771
Type
= other.Type;
3824
Type
= input.ReadString();
Dashboard\proto\Partials.cs (1)
67
Type
= relationship.Type
10 references to Type
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
3685
if (
Type
!= other.
Type
) return false;
3694
if (
Type
.Length != 0) hash ^=
Type
.GetHashCode();
3735
if (
Type
.Length != 0) {
3737
output.WriteString(
Type
);
3752
if (
Type
.Length != 0) {
3753
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Type
);
3770
if (other.
Type
.Length != 0) {
3771
Type = other.
Type
;