4 references to OutputResultsCache
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
729
switches[CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
].ShouldBe(new[] { "a" });
MSBuild (3)
CommandLineSwitches.cs (1)
288
new ParameterizedSwitchInfo( ["outputResultsCache", "orc"], ParameterizedSwitch.
OutputResultsCache
, "DuplicateOutputResultsCache", false, null, true, true, "HelpMessage_OutputCacheFile"),
XMake.cs (2)
3155
return commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
)
3156
? commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
].FirstOrDefault(p => p != null) ?? string.Empty