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