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