2 writes to SchemaUrl
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
832
SchemaUrl
= other.SchemaUrl;
899
SchemaUrl
= input.ReadString();
10 references to SchemaUrl
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (10)
738
if (
SchemaUrl
!= other.
SchemaUrl
) return false;
748
if (
SchemaUrl
.Length != 0) hash ^=
SchemaUrl
.GetHashCode();
791
if (
SchemaUrl
.Length != 0) {
793
output.WriteString(
SchemaUrl
);
809
if (
SchemaUrl
.Length != 0) {
810
size += 1 + pb::CodedOutputStream.ComputeStringSize(
SchemaUrl
);
831
if (other.
SchemaUrl
.Length != 0) {
832
SchemaUrl = other.
SchemaUrl
;