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