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