1 override of TryValidate
Microsoft.Diagnostics.DataContractReader (1)
CachingContractRegistry.cs (1)
72
public override bool
TryValidate
<TContract>([NotNullWhen(false)] out System.Exception? failureException)
2 references to TryValidate
Microsoft.Diagnostics.DataContractReader.Contracts (2)
CoreCLRContracts.cs (2)
169
if (registry.
TryValidate
<TContract>(out System.Exception? failure))
185
if (target.Contracts.
TryValidate
<TContract>(out System.Exception? failure))