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