1 write to _activeCommandLineToolSwitches
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\CommandLineGenerator.cs (1)
180
_activeCommandLineToolSwitches
= activeCommandLineToolSwitches;
6 references to _activeCommandLineToolSwitches
Microsoft.Build.Tasks.Core (6)
XamlTaskFactory\CommandLineGenerator.cs (6)
169
_activeCommandLineToolSwitches
[property.Name] = switchToAdd;
313
return
_activeCommandLineToolSwitches
.ContainsKey(propertyName);
328
return !String.IsNullOrEmpty(
_activeCommandLineToolSwitches
[propertyName].Name);
531
if (
_activeCommandLineToolSwitches
.TryGetValue(arg.Item1, out CommandLineToolSwitch argSwitch))
609
CommandLineToolSwitch property =
_activeCommandLineToolSwitches
[propertyName];
720
CommandLineToolSwitch property =
_activeCommandLineToolSwitches
[propertyName];