3 instantiations of AssemblyResolutionSearchAttempt
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
539var attempt = new AssemblyResolutionSearchAttempt(
Microsoft.Build.Framework (1)
AssemblyResolutionSearchTraceEventArgs.cs (1)
185return new(
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
1977attempts[i] = new AssemblyResolutionSearchAttempt(
20 references to AssemblyResolutionSearchAttempt
Microsoft.Build (5)
Logging\BinaryLogger\BuildEventArgsReader.cs (3)
534var attempts = new AssemblyResolutionSearchAttempt[count]; 535AssemblyResolutionSearchAttempt? previous = null; 539var attempt = new AssemblyResolutionSearchAttempt(
Logging\BinaryLogger\BuildEventArgsWriter.cs (2)
641AssemblyResolutionSearchAttempt previous = null; 644AssemblyResolutionSearchAttempt attempt = e.SearchAttempts[i];
Microsoft.Build.Framework (14)
AssemblyResolutionSearchTraceEventArgs.cs (14)
123internal AssemblyResolutionSearchAttemptContext GetUnchangedContext(AssemblyResolutionSearchAttempt? previous) 144internal void WriteToStream(BinaryWriter writer, AssemblyResolutionSearchAttempt? previous) 168internal static AssemblyResolutionSearchAttempt CreateFromStream(BinaryReader reader, AssemblyResolutionSearchAttempt? previous) 206private IReadOnlyList<AssemblyResolutionSearchAttempt> _searchAttempts = []; 218IReadOnlyList<AssemblyResolutionSearchAttempt> searchAttempts, 242public IReadOnlyList<AssemblyResolutionSearchAttempt> SearchAttempts => _searchAttempts; 255AssemblyResolutionSearchAttempt? previous = null; 258AssemblyResolutionSearchAttempt attempt = _searchAttempts[i]; 271var attempts = new AssemblyResolutionSearchAttempt[count]; 272AssemblyResolutionSearchAttempt? previous = null; 275AssemblyResolutionSearchAttempt attempt = AssemblyResolutionSearchAttempt.CreateFromStream(reader, previous); 317AssemblyResolutionSearchAttempt attempt = _searchAttempts[i];
Microsoft.Build.Tasks.Core (1)
AssemblyDependency\ResolveAssemblyReference.cs (1)
1965var attempts = new AssemblyResolutionSearchAttempt[reference.AssembliesConsideredAndRejected.Count];