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