1 write to FileNameAttempted
Microsoft.Build.Framework (1)
AssemblyResolutionSearchTraceEventArgs.cs (1)
79FileNameAttempted = fileNameAttempted;
8 references to FileNameAttempted
Microsoft.Build (1)
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
647WriteDeduplicatedString(attempt.FileNameAttempted);
Microsoft.Build.Framework (7)
AssemblyResolutionSearchTraceEventArgs.cs (7)
148writer.WriteOptionalString(FileNameAttempted); 336=> Format(culture, formats.FileNotFound, attempt.FileNameAttempted), 338=> Format(culture, formats.FusionNamesDidNotMatch, attempt.FileNameAttempted, attempt.AssemblyName, RequestedAssemblyName), 340=> Format(culture, formats.TargetHadNoFusionName, attempt.FileNameAttempted), 342=> Format(culture, formats.NotInGac, attempt.FileNameAttempted), 344=> Format(culture, formats.NotAFileNameOnDisk, attempt.FileNameAttempted), 346=> Format(culture, formats.ProcessorArchitectureDoesNotMatch, attempt.FileNameAttempted, attempt.ProcessorArchitecture, TargetProcessorArchitecture),