2 references to Analyze
MSBuild (2)
CommandLineSwitches.cs (1)
271new ParameterizedSwitchInfo( new string[] { "analyze", }, ParameterizedSwitch.Analyze, null, false, null, true, false),
XMake.cs (1)
2770bool isAnalysisEnabled = commandLineSwitches.IsParameterizedSwitchSet(CommandLineSwitches.ParameterizedSwitch.Analyze);