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