2 writes to Source
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
3167
Source
= other.Source;
3233
Source
= input.ReadString();
11 references to Source
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\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
;
ResourceService\Partials.cs (1)
102
.Select((v, i) => new VolumeViewModel(i, v.
Source
, v.Target, v.MountType, v.IsReadOnly))