2 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4101
Name
= other.Name;
4173
Name
= input.ReadString();
12 references to Name
Aspire.Dashboard (12)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
3991
if (
Name
!= other.
Name
) return false;
4002
if (
Name
.Length != 0) hash ^=
Name
.GetHashCode();
4050
if (
Name
.Length != 0) {
4052
output.WriteString(
Name
);
4076
if (
Name
.Length != 0) {
4077
size += 1 + pb::CodedOutputStream.ComputeStringSize(
Name
);
4100
if (other.
Name
.Length != 0) {
4101
Name = other.
Name
;
ResourceService\Partials.cs (2)
141
var (priority, knownProperty) = knownPropertyLookup.FindProperty(ResourceType, property.
Name
);
143
name: ValidateNotNull(property.
Name
),