2 references to RemoveIntegerChecks
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\Constants\PropertyNames.cs (1)
52public const string RemoveIntegerChecks = nameof(RemoveIntegerChecks);
MSBuild\VisualBasic\VisualBasicCommandLineArgumentReader.cs (1)
55AddIfTrue("removeintchecks", Project.ReadPropertyBool(PropertyNames.RemoveIntegerChecks));