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; 308return _activeCommandLineToolSwitches.ContainsKey(propertyName); 323return !String.IsNullOrEmpty(_activeCommandLineToolSwitches[propertyName].Name); 527if (_activeCommandLineToolSwitches.TryGetValue(arg.Item1, out CommandLineToolSwitch argSwitch)) 605CommandLineToolSwitch property = _activeCommandLineToolSwitches[propertyName]; 717CommandLineToolSwitch property = _activeCommandLineToolSwitches[propertyName];