4 references to isSuitableProperty
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Patterns.cs (4)
48if (isSuitableProperty(member, out PropertySymbol? valueProperty)) 60TryGetOwnOrInheritedUnionProperty(inputUnionType, WellKnownMemberNames.ValuePropertyName, isSuitableProperty, ref useSiteInfo), 173if (isSuitableProperty(member, out PropertySymbol? valueProperty)) 184return checkAndReturnProperty(TryGetOwnOrInheritedUnionProperty(inputUnionType, WellKnownMemberNames.HasValuePropertyName, isSuitableProperty, ref useSiteInfo));