1 write to nonNegative
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.IntTC.cs (1)
22
this.
nonNegative
= nonNegative;
2 references to nonNegative
Microsoft.CodeAnalysis.CSharp (2)
Utilities\ValueSetFactory.IntTC.cs (2)
28
public int MinValue =>
nonNegative
? 0 : int.MinValue;
73
if (
nonNegative
)