3 references to UnionHasValueProperty
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Patterns.cs (1)
54return Symbol.Equals(unionType.UnionHasValueProperty(), property, TypeCompareKind.AllIgnoreOptions);
Binder\DecisionDagBuilder.cs (1)
752if (inputInfo.UnionValue is { } unionValue && ((NamedTypeSymbol)inputInfo.DagTemp.Type).UnionHasValueProperty() is PropertySymbol hasValue)
Symbols\NamedTypeSymbol.cs (1)
2620result = this.OriginalDefinition.UnionHasValueProperty();