3 writes to SwitchValue
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\RelationsParser.cs (3)
24
SwitchValue
= String.Empty;
40
SwitchValue
= SwitchValue,
559
switchRelations.
SwitchValue
= attribute.InnerText;
6 references to SwitchValue
Microsoft.Build.Tasks.Core (6)
XamlTaskFactory\RelationsParser.cs (4)
40
SwitchValue =
SwitchValue
,
423
if (string.IsNullOrEmpty(switchRelationsToAdd.
SwitchValue
))
429
switchRelationsList.Remove(switchRelationsToAdd.
SwitchValue
);
534
switchRelationsList.Add(switchRelationsToAdd.
SwitchValue
, switchRelationsToAdd);
XamlTaskFactory\TaskGenerator.cs (2)
1018
new CodeSnippetExpression(SurroundWithQuotes(rel.
SwitchValue
)),
1035
new CodeSnippetExpression(SurroundWithQuotes(rel.
SwitchValue
)),