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)
242
public IReadOnlyList<AssemblyResolutionSearchAttempt> SearchAttempts =>
_searchAttempts
;
254
writer.Write7BitEncodedInt(
_searchAttempts
.Count);
256
for (int i = 0; i <
_searchAttempts
.Count; i++)
258
AssemblyResolutionSearchAttempt attempt =
_searchAttempts
[i];
315
for (int i = 0; i <
_searchAttempts
.Count; i++)
317
AssemblyResolutionSearchAttempt attempt =
_searchAttempts
[i];