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)
661
if ((unchangedContext & AssemblyResolutionSearchAttemptContext.
AssemblyFoldersExUnchanged
) == 0)
Microsoft.Build.Framework (3)
AssemblyResolutionSearchTraceEventArgs.cs (3)
138
unchangedContext |= AssemblyResolutionSearchAttemptContext.
AssemblyFoldersExUnchanged
;
162
if ((unchangedContext & AssemblyResolutionSearchAttemptContext.
AssemblyFoldersExUnchanged
) == 0)
181
bool isAssemblyFoldersExSearch = (unchangedContext & AssemblyResolutionSearchAttemptContext.
AssemblyFoldersExUnchanged
) != 0