2 writes to SwitchName
Microsoft.Build.Tasks.Core (2)
XamlTaskFactory\Property.cs (1)
205
SwitchName
= SwitchName,
XamlTaskFactory\TaskParser.cs (1)
500
parameter.
SwitchName
= baseProperty.Switch;
14 references to SwitchName
Microsoft.Build.Tasks.Core (14)
XamlTaskFactory\CommandLineGenerator.cs (2)
73
if (!String.IsNullOrEmpty(property.
SwitchName
))
75
switchToAdd.SwitchValue = property.Prefix + property.
SwitchName
;
XamlTaskFactory\Property.cs (1)
205
SwitchName =
SwitchName
,
XamlTaskFactory\TaskGenerator.cs (11)
713
commentContent = ResourceUtilities.FormatResourceStringStripCodeAndKeyword("PropertySwitchDescription", property.
SwitchName
);
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
);
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("")));
959
return ContainsCurrentPlatform(property.
SwitchName
);
1007
if (_relationsParser.SwitchRelationsList.TryGetValue(property.
SwitchName
, out SwitchRelations rel))
1056
GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.
SwitchName
);