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