7 references to SwitchValueProperty
Microsoft.Build.Tasks.Core (7)
XamlTaskFactory\TaskGenerator.cs (7)
751GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName); 797GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName); 808GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName); 873new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), 885new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), 930CodeAssignStatement setToolSwitchName = new CodeAssignStatement(new CodePropertyReferenceExpression(new CodeVariableReferenceExpression(SwitchToAdd), SwitchValueProperty), property.SwitchName != String.Empty ? new CodeSnippetExpression(SurroundWithQuotes(property.Prefix + property.SwitchName)) : new CodeSnippetExpression(SurroundWithQuotes(""))); 1056GenerateAssignToolSwitch(propertyName, SwitchValueProperty, property.Prefix, property.SwitchName);