1 write to Number
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\CommandLineGenerator.cs (1)
95
switchToAdd.
Number
= (int)value;
3 references to Number
Microsoft.Build.Tasks.Core (3)
XamlTaskFactory\CommandLineGenerator.cs (3)
98
if (switchToAdd.
Number
< Convert.ToInt32(property.Min, System.Threading.Thread.CurrentThread.CurrentCulture))
106
if (switchToAdd.
Number
> Convert.ToInt32(property.Max, System.Threading.Thread.CurrentThread.CurrentCulture))
450
string numberAsString = commandLineToolSwitch.
Number
.ToString(System.Threading.Thread.CurrentThread.CurrentCulture);