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