7 references to SwitchValueProperty
Microsoft.Build.Tasks.Core (7)
XamlTaskFactory\TaskGenerator.cs (7)
706GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName); 752GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName); 763GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName); 828new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), 840new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), 885CodeAssignStatement setToolSwitchName = new CodeAssignStatement(new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), property.SwitchName != String.Empty ? new CodeSnippetExpression(SurroundWithQuotes(property.Prefix + property.SwitchName)) : new CodeSnippetExpression(SurroundWithQuotes(""))); 1011GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName);