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