3 references to SearchAttempts
Microsoft.Build (3)
Logging\BinaryLogger\BuildEventArgsWriter.cs (3)
640
Write(e.
SearchAttempts
.Count);
642
for (int i = 0; i < e.
SearchAttempts
.Count; i++)
644
AssemblyResolutionSearchAttempt attempt = e.
SearchAttempts
[i];