3 references to ForType
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundDecisionDag.cs (1)
187
var f = ValueSetFactory.
ForType
(input.Type);
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
710
_fac = ValueSetFactory.
ForType
(type);
Utilities\ValueSetFactory.cs (1)
68
return
ForType
(input.Type);