1 write to _activeCommandLineToolSwitches
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\CommandLineGenerator.cs (1)
175
_activeCommandLineToolSwitches
= activeCommandLineToolSwitches;
6 references to _activeCommandLineToolSwitches
Microsoft.Build.Tasks.Core (6)
XamlTaskFactory\CommandLineGenerator.cs (6)
164
_activeCommandLineToolSwitches
[property.Name] = switchToAdd;
308
return
_activeCommandLineToolSwitches
.ContainsKey(propertyName);
323
return !String.IsNullOrEmpty(
_activeCommandLineToolSwitches
[propertyName].Name);
527
if (
_activeCommandLineToolSwitches
.TryGetValue(arg.Item1, out CommandLineToolSwitch argSwitch))
605
CommandLineToolSwitch property =
_activeCommandLineToolSwitches
[propertyName];
717
CommandLineToolSwitch property =
_activeCommandLineToolSwitches
[propertyName];