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