4 references to OutputResultsCache
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)
2715
return commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
)
2716
? commandLineSwitches[CommandLineSwitches.ParameterizedSwitch.
OutputResultsCache
].FirstOrDefault(p => p != null) ?? string.Empty