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