1 write to ParentAssembly
Microsoft.Build.Framework (1)
AssemblyResolutionSearchTraceEventArgs.cs (1)
81
ParentAssembly
= parentAssembly;
8 references to ParentAssembly
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
542
(unchangedContext & AssemblyResolutionSearchAttemptContext.ParentAssemblyUnchanged) != 0 ? previous?.
ParentAssembly
: ReadOptionalString(),
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
655
WriteDeduplicatedString(attempt.
ParentAssembly
);
Microsoft.Build.Framework (6)
AssemblyResolutionSearchTraceEventArgs.cs (6)
131
if (string.Equals(
ParentAssembly
, previous?.
ParentAssembly
, StringComparison.Ordinal))
156
writer.WriteOptionalString(
ParentAssembly
);
176
? previous?.
ParentAssembly
323
attempt.
ParentAssembly
is null
325
: Format(culture, formats.SearchPathAddedByParentAssembly, attempt.SearchPath, attempt.
ParentAssembly
));