2 writes to SchemaUrl
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
675
SchemaUrl
= other.SchemaUrl;
742
SchemaUrl
= input.ReadString();
10 references to SchemaUrl
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
581
if (
SchemaUrl
!= other.
SchemaUrl
) return false;
591
if (
SchemaUrl
.Length != 0) hash ^=
SchemaUrl
.GetHashCode();
634
if (
SchemaUrl
.Length != 0) {
636
output.WriteString(
SchemaUrl
);
652
if (
SchemaUrl
.Length != 0) {
653
size += 1 + pb::CodedOutputStream.ComputeStringSize(
SchemaUrl
);
674
if (other.
SchemaUrl
.Length != 0) {
675
SchemaUrl = other.
SchemaUrl
;