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