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