3 writes to Source
Aspire.Hosting (3)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (2)
3167Source = other.Source; 3233Source = input.ReadString();
Dashboard\proto\Partials.cs (1)
80Source = volume.Source ?? string.Empty,
10 references to Source
Aspire.Hosting (10)
artifacts\obj\Aspire.Hosting\Debug\net8.0\Dashboard\proto\ResourceService.cs (10)
3057if (Source != other.Source) return false; 3068if (Source.Length != 0) hash ^= Source.GetHashCode(); 3116if (Source.Length != 0) { 3118output.WriteString(Source); 3142if (Source.Length != 0) { 3143size += 1 + pb::CodedOutputStream.ComputeStringSize(Source); 3166if (other.Source.Length != 0) { 3167Source = other.Source;