1 override of TryGetContract
Microsoft.Diagnostics.DataContractReader (1)
CachingContractRegistry.cs (1)
47
public override bool
TryGetContract
<TContract>([NotNullWhen(true)] out TContract contract, [NotNullWhen(false)] out System.Exception? failureException)
4 references to TryGetContract
Microsoft.Diagnostics.DataContractReader.Abstractions (4)
ContractRegistry.cs (4)
170
if (!
TryGetContract
(out TContract contract, out System.Exception? failureException))
179
return
TryGetContract
(out contract, out _);
198
/// The default implementation delegates to <see cref="
TryGetContract
{TContract}(out TContract, out System.Exception?)"/>,
204
return
TryGetContract
<TContract>(out _, out failureException);