1 write to _conversions
Microsoft.CodeAnalysis.CSharp (1)
Utilities\TypeUnionValueSet.cs (1)
71_conversions = conversions;
8 references to _conversions
Microsoft.CodeAnalysis.CSharp (8)
Utilities\TypeUnionValueSet.cs (8)
247ConstantValue? matches = DecisionDagBuilder.ExpressionOfTypeMatchesPatternTypeForLearningFromSuccessfulTypeTest(_conversions, t1, t2, ref useSiteInfo); 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); 415if (!AnyTypeFromUnionMightMatch(_typesInUnion, type, _conversions, ref useSiteInfo)) 434var copy = new TypeUnionValueSet(_typesInUnion, _root, _conversions);