2 writes to _searchAttempts
Microsoft.Build.Framework (2)
AssemblyResolutionSearchTraceEventArgs.cs (2)
226_searchAttempts = searchAttempts; 280_searchAttempts = attempts;
6 references to _searchAttempts
Microsoft.Build.Framework (6)
AssemblyResolutionSearchTraceEventArgs.cs (6)
242public IReadOnlyList<AssemblyResolutionSearchAttempt> SearchAttempts => _searchAttempts; 254writer.Write7BitEncodedInt(_searchAttempts.Count); 256for (int i = 0; i < _searchAttempts.Count; i++) 258AssemblyResolutionSearchAttempt attempt = _searchAttempts[i]; 315for (int i = 0; i < _searchAttempts.Count; i++) 317AssemblyResolutionSearchAttempt attempt = _searchAttempts[i];