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, 1317private ErrorCollection[]? _errors; 1334internal ref ErrorCollection this[int idx] => ref _errors![idx]; 1338ErrorCollection[]? toReturn = _errors; 1343ArrayPool<ErrorCollection>.Shared.Return(toReturn); 1371_errors = ArrayPool<ErrorCollection>.Shared.Rent(size); 1378ErrorCollection[] toReturn = _errors; 1379_errors = ArrayPool<ErrorCollection>.Shared.Rent(errorDepth + 1); 1384ArrayPool<ErrorCollection>.Shared.Return(toReturn); 1568ErrorCollection coll = (ErrorCollection)boxedErrorCollection; 1592private ErrorCollection _collection; 1596internal Enumerator(ErrorCollection coll)