2 writes to SchemaUrl
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
651SchemaUrl = other.SchemaUrl; 718SchemaUrl = input.ReadString();
10 references to SchemaUrl
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
557if (SchemaUrl != other.SchemaUrl) return false; 567if (SchemaUrl.Length != 0) hash ^= SchemaUrl.GetHashCode(); 610if (SchemaUrl.Length != 0) { 612output.WriteString(SchemaUrl); 628if (SchemaUrl.Length != 0) { 629size += 1 + pb::CodedOutputStream.ComputeStringSize(SchemaUrl); 650if (other.SchemaUrl.Length != 0) { 651SchemaUrl = other.SchemaUrl;