1 write to SearchPath
Microsoft.Build.Framework (1)
AssemblyResolutionSearchTraceEventArgs.cs (1)
80SearchPath = searchPath;
10 references to SearchPath
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
541(unchangedContext & AssemblyResolutionSearchAttemptContext.SearchPathUnchanged) != 0 ? previous?.SearchPath : ReadOptionalString(),
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
650WriteDeduplicatedString(attempt.SearchPath);
Microsoft.Build.Framework (8)
AssemblyResolutionSearchTraceEventArgs.cs (8)
126if (string.Equals(SearchPath, previous?.SearchPath, StringComparison.Ordinal)) 151writer.WriteOptionalString(SearchPath); 173? previous?.SearchPath 318if (!string.Equals(lastSearchPath, attempt.SearchPath, StringComparison.Ordinal)) 320lastSearchPath = attempt.SearchPath; 324? Format(culture, formats.SearchPath, attempt.SearchPath) 325: Format(culture, formats.SearchPathAddedByParentAssembly, attempt.SearchPath, attempt.ParentAssembly));