7 references to NestedResults
Microsoft.DotNet.SignCheckLibrary (2)
Verification\ArchiveVerifier.cs (1)
70svr.NestedResults.Add(result);
Verification\LzmaVerifier.cs (1)
35svr.NestedResults.Add(VerifyFile(destinationFile, parent, Path.Combine(svr.VirtualPath, destinationFile), containerPath: null));
Microsoft.DotNet.SignCheckTask (5)
src\SignCheck.cs (5)
342((result.NestedResults.Count() > 0) && (Options.Recursive)) || 355if (result.NestedResults.Count > 0) 357ProcessResults(result.NestedResults, indent + 2); 371if (result.NestedResults.Count > 0) 373GenerateExclusionsFile(writer, result.NestedResults);