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, 1329private ErrorCollection[]? _errors; 1346internal ref ErrorCollection this[int idx] => ref _errors![idx]; 1350ErrorCollection[]? toReturn = _errors; 1355ArrayPool<ErrorCollection>.Shared.Return(toReturn); 1383_errors = ArrayPool<ErrorCollection>.Shared.Rent(size); 1390ErrorCollection[] toReturn = _errors; 1391_errors = ArrayPool<ErrorCollection>.Shared.Rent(errorDepth + 1); 1396ArrayPool<ErrorCollection>.Shared.Return(toReturn); 1580ErrorCollection coll = (ErrorCollection)boxedErrorCollection; 1604private ErrorCollection _collection; 1608internal Enumerator(ErrorCollection coll)