1 write to _typesInUnion
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
69_typesInUnion = typesInUnion;
12 references to _typesInUnion
Microsoft.CodeAnalysis.CSharp (12)
Utilities\TypeUnionValueSet.cs (12)
310foreach (var t in _typesInUnion) 338return new TypeUnionValueSet(_typesInUnion, IsFalseNode.Instance, _conversions); 343return new TypeUnionValueSet(_typesInUnion, IsTrueNode.Instance, _conversions); 351return new TypeUnionValueSet(_typesInUnion, negated, _conversions); 356Debug.Assert(_typesInUnion.SequenceEqual(other._typesInUnion)); 378return new TypeUnionValueSet(_typesInUnion, new AndNode(_root, other._root), _conversions); 383Debug.Assert(_typesInUnion.SequenceEqual(other._typesInUnion)); 405return new TypeUnionValueSet(_typesInUnion, new OrNode(_root, other._root), _conversions); 415if (!AnyTypeFromUnionMightMatch(_typesInUnion, type, _conversions, ref useSiteInfo)) 434var copy = new TypeUnionValueSet(_typesInUnion, _root, _conversions);