6 references to IsUnionTypeValueProperty
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (1)
2170Binder.IsUnionTypeValueProperty(inputUnionType, property))
Binder\DecisionDagBuilder.cs (2)
480Binder.IsUnionTypeValueProperty(match, property)) 1001Binder.IsUnionTypeValueProperty(unionType, property))
Binder\PatternExplainer.cs (1)
709Binder.IsUnionTypeValueProperty(unionType, property))
FlowAnalysis\AbstractFlowPass.cs (1)
965(possibleUnionValueSymbol is null || Binder.IsUnionTypeValueProperty(inputType, possibleUnionValueSymbol)))
FlowAnalysis\NullableWalker.cs (1)
2070Binder.IsUnionTypeValueProperty(unionType, property):