2 writes to Value
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\CommandLineGenerator.cs (2)
129switchToAdd.Value = (string)value; 151switchToAdd.Value = (string)value;
3 references to Value
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\CommandLineGenerator.cs (3)
475if (PerformSwitchValueSubstition(clb, commandLineToolSwitch, commandLineToolSwitch.Value)) 483String str = commandLineToolSwitch.Value; 534retVal += argSwitch.Value;