2 references to _fileNotExcludedCache
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Exclusion.cs (2)
123
=> TryGetIsExcluded(_fileExcludedCache,
_fileNotExcludedCache
, exclusionsClassification, values, out isExcluded);
130
Dictionary<string, HashSet<string>> cache = isExcluded ? _fileExcludedCache :
_fileNotExcludedCache
;