2 references to _parentNotExcludedCache
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Exclusion.cs (2)
126
=> TryGetIsExcluded(_parentExcludedCache,
_parentNotExcludedCache
, exclusionsClassification, new[] { parent }, out isExcluded);
136
Dictionary<string, HashSet<string>> cache = isExcluded ? _parentExcludedCache :
_parentNotExcludedCache
;