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