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)
474
if (PerformSwitchValueSubstition(clb, commandLineToolSwitch, commandLineToolSwitch.
Value
))
482
String str = commandLineToolSwitch.
Value
;
533
retVal += argSwitch.
Value
;