3 references to TryGetValue
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!))