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; 313return _activeCommandLineToolSwitches.ContainsKey(propertyName); 328return !String.IsNullOrEmpty(_activeCommandLineToolSwitches[propertyName].Name); 531if (_activeCommandLineToolSwitches.TryGetValue(arg.Item1, out CommandLineToolSwitch argSwitch)) 609CommandLineToolSwitch property = _activeCommandLineToolSwitches[propertyName]; 720CommandLineToolSwitch property = _activeCommandLineToolSwitches[propertyName];