3 writes to Prefix
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\Property.cs (1)
219
Prefix
= Prefix
XamlTaskFactory\TaskParser.cs (2)
328
propertyToAdd.
Prefix
= DefaultPrefix;
532
parameter.
Prefix
= baseProperty.SwitchPrefix;
14 references to Prefix
Microsoft.Build.Tasks.Core (14)
XamlTaskFactory\CommandLineGenerator.cs (3)
75
switchToAdd.SwitchValue = property.
Prefix
+ property.SwitchName;
88
switchToAdd.ReverseSwitchValue = property.
Prefix
+ property.ReverseSwitchName;
124
switchToAdd.ReverseSwitchValue = property.
Prefix
+ property.ReverseSwitchName;
XamlTaskFactory\Property.cs (1)
219
Prefix =
Prefix
XamlTaskFactory\TaskGenerator.cs (8)
751
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
765
string name = property.SwitchName != String.Empty ? property.
Prefix
+ property.SwitchName : property.Name;
797
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
808
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
809
GenerateAssignToolSwitch(propertyName, ReverseSwitchValueProperty, property.
Prefix
, property.ReverseSwitchName);
930
CodeAssignStatement setToolSwitchName = new CodeAssignStatement(new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), property.SwitchName != String.Empty ? new CodeSnippetExpression(SurroundWithQuotes(property.
Prefix
+ property.SwitchName)) : new CodeSnippetExpression(SurroundWithQuotes("")));
932
GenerateAssignToolSwitch(propertyName, ReverseSwitchValueProperty, property.
Prefix
, property.ReverseSwitchName);
1056
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.
Prefix
, property.SwitchName);
XamlTaskFactory\TaskParser.cs (2)
326
if (String.IsNullOrEmpty(propertyToAdd.
Prefix
))
378
value.Prefix = propertyToAdd.
Prefix
;