18 references to ErrorCollection
System.Security.Cryptography (18)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (18)
461ErrorCollection.BuildDiagnosticString); 466ref ErrorCollection refErrors = ref workingChain[0]; 632ErrorCollection.BuildDiagnosticString); 858ErrorCollection? elementErrors = 859workingChain?.LastError >= i ? (ErrorCollection?)workingChain[i] : null; 966ErrorCollection errorCodes, 1328private ErrorCollection[]? _errors; 1345internal ref ErrorCollection this[int idx] => ref _errors![idx]; 1349ErrorCollection[]? toReturn = _errors; 1354ArrayPool<ErrorCollection>.Shared.Return(toReturn); 1382_errors = ArrayPool<ErrorCollection>.Shared.Rent(size); 1389ErrorCollection[] toReturn = _errors; 1390_errors = ArrayPool<ErrorCollection>.Shared.Rent(errorDepth + 1); 1395ArrayPool<ErrorCollection>.Shared.Return(toReturn); 1574ErrorCollection coll = (ErrorCollection)boxedErrorCollection; 1598private ErrorCollection _collection; 1602internal Enumerator(ErrorCollection coll)