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