2 writes to SchemaUrl
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
497
SchemaUrl
= other.SchemaUrl;
564
SchemaUrl
= input.ReadString();
10 references to SchemaUrl
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
403
if (
SchemaUrl
!= other.
SchemaUrl
) return false;
413
if (
SchemaUrl
.Length != 0) hash ^=
SchemaUrl
.GetHashCode();
456
if (
SchemaUrl
.Length != 0) {
458
output.WriteString(
SchemaUrl
);
474
if (
SchemaUrl
.Length != 0) {
475
size += 1 + pb::CodedOutputStream.ComputeStringSize(
SchemaUrl
);
496
if (other.
SchemaUrl
.Length != 0) {
497
SchemaUrl = other.
SchemaUrl
;