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