5 references to AssemblyFoldersExUnchanged
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (1)
546(unchangedContext & AssemblyResolutionSearchAttemptContext.AssemblyFoldersExUnchanged) != 0 ? previous?.IsAssemblyFoldersExSearch ?? false : ReadBoolean());
Logging\BinaryLogger\BuildEventArgsWriter.cs (1)
661if ((unchangedContext & AssemblyResolutionSearchAttemptContext.AssemblyFoldersExUnchanged) == 0)
Microsoft.Build.Framework (3)
AssemblyResolutionSearchTraceEventArgs.cs (3)
138unchangedContext |= AssemblyResolutionSearchAttemptContext.AssemblyFoldersExUnchanged; 162if ((unchangedContext & AssemblyResolutionSearchAttemptContext.AssemblyFoldersExUnchanged) == 0) 181bool isAssemblyFoldersExSearch = (unchangedContext & AssemblyResolutionSearchAttemptContext.AssemblyFoldersExUnchanged) != 0