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