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