5 references to ParentAssemblyUnchanged
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
542(unchangedContext & AssemblyResolutionSearchAttemptContext.ParentAssemblyUnchanged) != 0 ? previous?.ParentAssembly : ReadOptionalString(),
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
653if ((unchangedContext & AssemblyResolutionSearchAttemptContext.ParentAssemblyUnchanged) == 0)
Microsoft.Build.Framework (3)
AssemblyResolutionSearchTraceEventArgs.cs (3)
133unchangedContext |= AssemblyResolutionSearchAttemptContext.ParentAssemblyUnchanged; 154if ((unchangedContext & AssemblyResolutionSearchAttemptContext.ParentAssemblyUnchanged) == 0) 175string? parentAssembly = (unchangedContext & AssemblyResolutionSearchAttemptContext.ParentAssemblyUnchanged) != 0