2 writes to SchemaUrl
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (2)
935
SchemaUrl
= other.SchemaUrl;
1002
SchemaUrl
= input.ReadString();
10 references to SchemaUrl
Aspire.Dashboard (10)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\metrics\v1\Metrics.cs (10)
841
if (
SchemaUrl
!= other.
SchemaUrl
) return false;
851
if (
SchemaUrl
.Length != 0) hash ^=
SchemaUrl
.GetHashCode();
894
if (
SchemaUrl
.Length != 0) {
896
output.WriteString(
SchemaUrl
);
912
if (
SchemaUrl
.Length != 0) {
913
size += 1 + pb::CodedOutputStream.ComputeStringSize(
SchemaUrl
);
934
if (other.
SchemaUrl
.Length != 0) {
935
SchemaUrl = other.
SchemaUrl
;