8 references to ActiveToolSwitches
Microsoft.Build.Tasks.Core (8)
XamlTaskFactory\XamlDataDrivenToolTask.cs (8)
106return !String.IsNullOrEmpty(propertyName) && ActiveToolSwitches.ContainsKey(propertyName); 114ActiveToolSwitches[switchToAdd.Name] = switchToAdd; 177return !String.IsNullOrEmpty(ActiveToolSwitches[propertyName].Name); 229foreach (KeyValuePair<string, CommandLineToolSwitch> overriddenSwitch in ActiveToolSwitches) 235foreach (KeyValuePair<string, CommandLineToolSwitch> overrideTarget in ActiveToolSwitches) 258ActiveToolSwitches.Remove(overridenSwitch); 313new CommandLineGenerator(ActiveToolSwitches, SwitchOrderList) 408switchValue.Append(separator).Append(ActiveToolSwitches[argName]);