49 writes to Scope
Aspire.Dashboard (2)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (2)
775Scope = new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope(); 838Scope = new global::OpenTelemetry.Proto.Common.V1.InstrumentationScope();
Aspire.Dashboard.Components.Tests (4)
Pages\TraceDetailsTests.cs (4)
63Scope = CreateScope(), 117Scope = CreateScope(), 183Scope = CreateScope(), 251Scope = CreateScope(),
Aspire.Dashboard.Tests (43)
Model\ResourceMenuItemsTests.cs (2)
69Scope = TelemetryTestHelpers.CreateScope(), 122Scope = TelemetryTestHelpers.CreateScope(),
TelemetryRepositoryTests\TelemetryRepositoryTests.cs (1)
122Scope = CreateScope(),
TelemetryRepositoryTests\TraceTests.cs (40)
56Scope = CreateScope(), 117Scope = CreateScope(), 170Scope = CreateScope(), 225Scope = CreateScope(), 280Scope = CreateScope("scope1"), 298Scope = CreateScope("scope2"), 479Scope = CreateScope(), 532Scope = CreateScope(), 609Scope = CreateScope(), 719Scope = CreateScope(), 792Scope = CreateScope(), 992Scope = CreateScope(), 1029Scope = CreateScope(), 1079Scope = CreateScope(), 1091Scope = CreateScope(), 1103Scope = CreateScope(), 1154Scope = CreateScope(), 1166Scope = CreateScope(), 1256Scope = CreateScope(), 1329Scope = CreateScope(), 1354Scope = CreateScope(), 1379Scope = CreateScope(), 1404Scope = CreateScope(), 1437Scope = CreateScope(), 1452Scope = CreateScope(), 1467Scope = CreateScope(), 1581Scope = CreateScope(), 1597Scope = CreateScope(), 1613Scope = CreateScope(), 1660Scope = CreateScope(), 1676Scope = CreateScope(), 1692Scope = CreateScope(), 1766Scope = CreateScope(), 1782Scope = CreateScope(), 1798Scope = CreateScope(), 1855Scope = CreateScope(), 1871Scope = CreateScope(), 1886Scope = CreateScope(), 1949Scope = CreateScope(), 2036Scope = CreateScope(),
9 references to Scope
Aspire.Dashboard (9)
artifacts\obj\Aspire.Dashboard\Debug\net8.0\opentelemetry\proto\trace\v1\Trace.cs (8)
685if (!object.Equals(Scope, other.Scope)) return false; 695if (scope_ != null) hash ^= Scope.GetHashCode(); 737output.WriteMessage(Scope); 755size += 1 + pb::CodedOutputStream.ComputeMessageSize(Scope); 777Scope.MergeFrom(other.Scope); 840input.ReadMessage(Scope);
Otlp\Storage\TelemetryRepository.cs (1)
917if (!OtlpHelpers.TryAddScope(_traceScopes, scopeSpan.Scope, _otlpContext, out var scope))