5 references to GetUnionTypeValuePropertyNoUseSiteDiagnostics
Microsoft.CodeAnalysis.CSharp (5)
Binder\UnionMatchingRewriter.cs (1)
62PropertySymbol? valueProperty = Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics((NamedTypeSymbol)unionMatchingInputType.StrippedType());
FlowAnalysis\NullableWalker.cs (4)
4430valueProperty = Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType); 7959Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType) is { } unionValue) 10646Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType) is { } valueProperty) 12206unionValue = Binder.GetUnionTypeValuePropertyNoUseSiteDiagnostics(unionType);