4 references to Integer
Microsoft.Build.Tasks.Core (4)
XamlTaskFactory\CommandLineGenerator.cs (2)
94switchToAdd.Type = CommandLineToolSwitchType.Integer; 253case CommandLineToolSwitchType.Integer:
XamlTaskFactory\CommandLineToolSwitch.cs (2)
261ErrorUtilities.VerifyThrow(Type == CommandLineToolSwitchType.Integer, "InvalidType", TypeInteger); 267ErrorUtilities.VerifyThrow(Type == CommandLineToolSwitchType.Integer, "InvalidType", TypeInteger);