1 write to _typesInUnion
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
55_typesInUnion = typesInUnion;
12 references to _typesInUnion
Microsoft.CodeAnalysis.CSharp (12)
Utilities\TypeUnionValueSet.cs (12)
267foreach (var t in _typesInUnion) 295return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 300return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 308return new TypeUnionValueSet(_typesInUnion, negated, _conversions); 313Debug.Assert(_typesInUnion.SequenceEqual(other._typesInUnion)); 335return new TypeUnionValueSet(_typesInUnion, new AndNode(_root, other._root), _conversions); 340Debug.Assert(_typesInUnion.SequenceEqual(other._typesInUnion)); 362return new TypeUnionValueSet(_typesInUnion, new OrNode(_root, other._root), _conversions); 372if (!AnyTypeFromUnionMightMatch(_typesInUnion, type, _conversions, ref useSiteInfo)) 391var copy = new TypeUnionValueSet(_typesInUnion, _root, _conversions);