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