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