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