4 references to TryGetValue
Aspire.Dashboard (1)
Otlp\Model\OtlpSpan.cs (1)
59
if (Trace.Spans.
TryGetValue
(ParentSpanId, out var span))
Client.ExpectedExceptions.IntegrationTests (2)
CallbackDebugBehaviorTests.cs (2)
40
if (endpointBehaviors.
TryGetValue
(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb))
66
if (endpointBehaviors2.
TryGetValue
(typeof(CallbackDebugBehavior), out IEndpointBehavior ieb2))
System.ObjectModel (1)
System\Collections\ObjectModel\KeyedCollection.cs (1)
63
if (
TryGetValue
(key, out item!))