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