6 references to ForLength
Microsoft.CodeAnalysis.CSharp (3)
Binder\DecisionDagBuilder.cs (1)
2254var fac = ValueSetFactory.ForLength;
Binder\PatternExplainer.cs (1)
404var lengthValues = (IValueSet<int>)computeRemainingValues(ValueSetFactory.ForLength, getArray(constraintMap, lengthTemp));
Utilities\ValueSetFactory.cs (1)
67return ForLength;
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (3)
Utilities\ValueSetTests.cs (3)
598ForNuint, ForChar, ForLength, 622ForNuint, ForChar, ForLength }) 873ForLength,