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