2 references to TryGetIsExcluded
Microsoft.DotNet.SignCheckLibrary (2)
Verification\Exclusion.cs (2)
123
=>
TryGetIsExcluded
(_fileExcludedCache, _fileNotExcludedCache, exclusionsClassification, values, out isExcluded);
126
=>
TryGetIsExcluded
(_parentExcludedCache, _parentNotExcludedCache, exclusionsClassification, new[] { parent }, out isExcluded);