2 writes to FullUrl
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (2)
2585
FullUrl
= other.FullUrl;
2665
FullUrl
= input.ReadString();
11 references to FullUrl
Aspire.Dashboard (11)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\ResourceService.cs (10)
2460
if (
FullUrl
!= other.
FullUrl
) return false;
2472
if (
FullUrl
.Length != 0) hash ^=
FullUrl
.GetHashCode();
2528
if (
FullUrl
.Length != 0) {
2530
output.WriteString(
FullUrl
);
2557
if (
FullUrl
.Length != 0) {
2558
size += 1 + pb::CodedOutputStream.ComputeStringSize(
FullUrl
);
2584
if (other.
FullUrl
.Length != 0) {
2585
FullUrl = other.
FullUrl
;
ResourceService\Partials.cs (1)
93
let parsedUri = Uri.TryCreate(u.
FullUrl
, UriKind.Absolute, out var uri) ? uri : null