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