2 writes to Type
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3771
Type
= other.Type;
3824
Type
= input.ReadString();
11 references to Type
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;
ResourceService\Partials.cs (1)
76
.Select(r => new RelationshipViewModel(r.ResourceName, r.
Type
))