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