3 writes to Prefix
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\Property.cs (1)
219
Prefix
= Prefix
XamlTaskFactory\TaskParser.cs (2)
329
propertyToAdd.
Prefix
= DefaultPrefix;
533
parameter.
Prefix
= baseProperty.SwitchPrefix;
14 references to Prefix
Microsoft.Build.Tasks.Core (14)
XamlTaskFactory\CommandLineGenerator.cs (3)
80
switchToAdd.SwitchValue = property.
Prefix
+ property.SwitchName;
93
switchToAdd.ReverseSwitchValue = property.
Prefix
+ property.ReverseSwitchName;
129
switchToAdd.ReverseSwitchValue = property.
Prefix
+ property.ReverseSwitchName;
XamlTaskFactory\Property.cs (1)
219
Prefix =
Prefix
XamlTaskFactory\TaskGenerator.cs (8)
706
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
720
string name = property.SwitchName != String.Empty ? property.
Prefix
+ property.SwitchName : property.Name;
752
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
763
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
764
GenerateAssignToolSwitch(propertyName, ReverseSwitchValueProperty, property.
Prefix
, property.ReverseSwitchName);
885
CodeAssignStatement setToolSwitchName = new CodeAssignStatement(new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), property.SwitchName != String.Empty ? new CodeSnippetExpression(SurroundWithQuotes(property.
Prefix
+ property.SwitchName)) : new CodeSnippetExpression(SurroundWithQuotes("")));
887
GenerateAssignToolSwitch(propertyName, ReverseSwitchValueProperty, property.
Prefix
, property.ReverseSwitchName);
1011
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
XamlTaskFactory\TaskParser.cs (2)
327
if (String.IsNullOrEmpty(propertyToAdd.
Prefix
))
379
value.Prefix = propertyToAdd.
Prefix
;