5 references to OutputResultsCache
Microsoft.Build.CommandLine.UnitTests (1)
CommandLineSwitches_Tests.cs (1)
758
switches[CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
].ShouldBe(new[] { "a" });
MSBuild (4)
CommandLine\CommandLineSwitches.cs (1)
286
new ParameterizedSwitchInfo( ["outputResultsCache", "orc"], ParameterizedSwitch.
OutputResultsCache
, "DuplicateOutputResultsCache", false, null, true, true, "HelpMessage_OutputCacheFile"),
CommandLine\CommandLineSwitchesAccessor.cs (1)
133
public string[]? OutputResultsCache => GetParameterizedSwitchValue(ParameterizedSwitch.
OutputResultsCache
);
XMake.cs (2)
2702
return commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
)
2703
? commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
].FirstOrDefault(p => p != null) ?? string.Empty