1 implementation of FromNullMatch
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.UnionTypeTypeUnionValueSetFactory.cs (1)
40public TypeUnionValueSet FromNullMatch(ConversionsBase conversions)
2 references to FromNullMatch
Microsoft.CodeAnalysis.CSharp (2)
Binder\DecisionDagBuilder.cs (1)
1845var fromTestPassing = factory.FromNullMatch(_conversions);
Binder\PatternExplainer.cs (1)
602filtered = factory.FromNullMatch(conversions);