1 write to SearchPath
Microsoft.Build.Framework (1)
AssemblyResolutionSearchTraceEventArgs.cs (1)
80
SearchPath
= 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)
650
WriteDeduplicatedString(attempt.
SearchPath
);
Microsoft.Build.Framework (8)
AssemblyResolutionSearchTraceEventArgs.cs (8)
126
if (string.Equals(
SearchPath
, previous?.
SearchPath
, StringComparison.Ordinal))
151
writer.WriteOptionalString(
SearchPath
);
173
? previous?.
SearchPath
318
if (!string.Equals(lastSearchPath, attempt.
SearchPath
, StringComparison.Ordinal))
320
lastSearchPath = attempt.
SearchPath
;
324
? Format(culture, formats.SearchPath, attempt.
SearchPath
)
325
: Format(culture, formats.SearchPathAddedByParentAssembly, attempt.
SearchPath
, attempt.ParentAssembly));