2 writes to Name
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
4759Name = other.Name; 4920Name = input.ReadString();
15 references to Name
Aspire.Dashboard (15)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
4536if (Name != other.Name) return false; 4560if (Name.Length != 0) hash ^= Name.GetHashCode(); 4652if (Name.Length != 0) { 4654output.WriteString(Name); 4709if (Name.Length != 0) { 4710size += 1 + pb::CodedOutputStream.ComputeStringSize(Name); 4758if (other.Name.Length != 0) { 4759Name = other.Name;
ResourceService\DashboardClient.cs (1)
603_resourceByName[data.Name] = data.ToViewModel(_knownPropertyLookup, _logger);
ResourceService\Partials.cs (4)
25Name = ValidateNotNull(Name), 47throw new InvalidOperationException($@"Error converting resource ""{Name}"" to {nameof(ResourceViewModel)}.", ex); 151logger.LogWarning("Duplicate property '{PropertyName}' found in resource '{ResourceName}'.", propertyViewModel.Name, Name); 164throw new InvalidOperationException($"Message field '{expression}' on resource with name '{Name}' cannot be null.");