6 references to GetUnionTypeValuePropertyNoUseSiteDiagnostics
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Patterns.cs (1)
160
return Symbol.Equals(Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType), symbol, TypeCompareKind.AllIgnoreOptions);
Binder\UnionMatchingRewriter.cs (1)
62
PropertySymbol? valueProperty = Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
((NamedTypeSymbol)unionMatchingInputType.StrippedType());
FlowAnalysis\NullableWalker.cs (4)
4469
valueProperty = Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType);
8001
Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType) is { } unionValue)
10696
Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType) is { } valueProperty)
12261
unionValue = Binder.
GetUnionTypeValuePropertyNoUseSiteDiagnostics
(unionType);