2 references to IsSuitableUnionProperty
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Patterns.cs (2)
88
private static (NamedTypeSymbol, PropertySymbol?) TryGetOwnOrInheritedUnionProperty(NamedTypeSymbol inputUnionType, string memberName,
IsSuitableUnionProperty
isSuitableUnionMember, ref CompoundUseSiteInfo<AssemblySymbol> useSiteInfo)
169
static bool getMemberDeclaredInType(NamedTypeSymbol declaringType, string memberName,
IsSuitableUnionProperty
isSuitableUnionMember, [NotNullWhen(true)] out PropertySymbol? member)