3 writes to SwitchValue
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\RelationsParser.cs (3)
22
SwitchValue
= String.Empty;
38
SwitchValue
= SwitchValue,
557
switchRelations.
SwitchValue
= attribute.InnerText;
6 references to SwitchValue
Microsoft.Build.Tasks.Core (6)
XamlTaskFactory\RelationsParser.cs (4)
38
SwitchValue =
SwitchValue
,
421
if (string.IsNullOrEmpty(switchRelationsToAdd.
SwitchValue
))
427
switchRelationsList.Remove(switchRelationsToAdd.
SwitchValue
);
532
switchRelationsList.Add(switchRelationsToAdd.
SwitchValue
, switchRelationsToAdd);
XamlTaskFactory\TaskGenerator.cs (2)
1018
new CodeSnippetExpression(SurroundWithQuotes(rel.
SwitchValue
)),
1035
new CodeSnippetExpression(SurroundWithQuotes(rel.
SwitchValue
)),