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