2 writes to Value
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\CommandLineGenerator.cs (2)
134switchToAdd.Value = (string)value; 156switchToAdd.Value = (string)value;
3 references to Value
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\CommandLineGenerator.cs (3)
479if (PerformSwitchValueSubstition(clb, commandLineToolSwitch, commandLineToolSwitch.Value)) 487String str = commandLineToolSwitch.Value; 538retVal += argSwitch.Value;