2 references to CheckForOverflowUnderflow
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
15public const string CheckForOverflowUnderflow = nameof(CheckForOverflowUnderflow);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
38AddIfTrue("checked", Project.ReadPropertyBool(PropertyNames.CheckForOverflowUnderflow));