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