3 writes to SchemaUrl
Aspire.Dashboard (3)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
964SchemaUrl = other.SchemaUrl; 1031SchemaUrl = input.ReadString();
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (1)
373scopeMetrics.SchemaUrl = json.SchemaUrl;
10 references to SchemaUrl
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
870if (SchemaUrl != other.SchemaUrl) return false; 880if (SchemaUrl.Length != 0) hash ^= SchemaUrl.GetHashCode(); 923if (SchemaUrl.Length != 0) { 925output.WriteString(SchemaUrl); 941if (SchemaUrl.Length != 0) { 942size += 1 + pb::CodedOutputStream.ComputeStringSize(SchemaUrl); 963if (other.SchemaUrl.Length != 0) { 964SchemaUrl = other.SchemaUrl;