1 write to ParentAssembly
Microsoft.Build.Framework (1)
AssemblyResolutionSearchTraceEventArgs.cs (1)
81ParentAssembly = 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)
655WriteDeduplicatedString(attempt.ParentAssembly);
Microsoft.Build.Framework (6)
AssemblyResolutionSearchTraceEventArgs.cs (6)
131if (string.Equals(ParentAssembly, previous?.ParentAssembly, StringComparison.Ordinal)) 156writer.WriteOptionalString(ParentAssembly); 176? previous?.ParentAssembly 323attempt.ParentAssembly is null 325: Format(culture, formats.SearchPathAddedByParentAssembly, attempt.SearchPath, attempt.ParentAssembly));