11 references to TypeUnionValueSet
Microsoft.CodeAnalysis.CSharp (11)
Utilities\TypeUnionValueSet.cs (11)
76return new TypeUnionValueSet(typesInUnion, IsTrueNode.Instance, conversions); 83return new TypeUnionValueSet(typesInUnion, new IsTypeNode(type), conversions); 87return new TypeUnionValueSet(typesInUnion, IsFalseNode.Instance, conversions); 113return new TypeUnionValueSet(typesInUnion, IsNullNode.Instance, conversions); 118return new TypeUnionValueSet(typesInUnion, new NotNode(IsNullNode.Instance), conversions); 338return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 343return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 351return new TypeUnionValueSet(_typesInUnion, negated, _conversions); 378return new TypeUnionValueSet(_typesInUnion, new AndNode(_root, other._root), _conversions); 405return new TypeUnionValueSet(_typesInUnion, new OrNode(_root, other._root), _conversions); 434var copy = new TypeUnionValueSet(_typesInUnion, _root, _conversions);