18 references to CheckForProperty
BuildBoss (18)
ProjectCheckerUtil.cs (18)
44allGood &= CheckForProperty(textWriter, "RestorePackages"); 45allGood &= CheckForProperty(textWriter, "SolutionDir"); 46allGood &= CheckForProperty(textWriter, "FileAlignment"); 47allGood &= CheckForProperty(textWriter, "FileUpgradeFlags"); 48allGood &= CheckForProperty(textWriter, "UpgradeBackupLocation"); 49allGood &= CheckForProperty(textWriter, "OldToolsVersion"); 50allGood &= CheckForProperty(textWriter, "SchemaVersion"); 53allGood &= CheckForProperty(textWriter, "Configuration"); 54allGood &= CheckForProperty(textWriter, "CheckForOverflowUnderflow"); 55allGood &= CheckForProperty(textWriter, "RemoveIntegerChecks"); 56allGood &= CheckForProperty(textWriter, "Deterministic"); 57allGood &= CheckForProperty(textWriter, "HighEntropyVA"); 58allGood &= CheckForProperty(textWriter, "DocumentationFile"); 61allGood &= CheckForProperty(textWriter, "ProjectGuid"); 62allGood &= CheckForProperty(textWriter, "ProjectTypeGuids"); 63allGood &= CheckForProperty(textWriter, "TargetFrameworkProfile"); 170var allGood = CheckForProperty(textWriter, "CopyNuGetImplementations"); 171allGood &= CheckForProperty(textWriter, "UseCommonOutputDirectory");